SYSCONFIG bugfix
[openiked-portable] / Makefile
1 # $FreeBSD: head/security/openiked-portable/Makefile david@lapinbilly.eu
2
3 PORTNAME=openiked-portable
4 CATEGORIES=     security net
5
6 MAINTAINER=     portmgr@FreeBSD.org
7 COMMENT=        IKEv2 daemon
8
9 LICENSE=        ISCL
10
11 LIB_DEPENDS=    libevent.so:devel/libevent
12
13 USES=           cmake ssl
14
15 USE_GITHUB=             yes
16 GH_ACCOUNT=             openiked
17 GH_TAGNAME=             f5106b356ccf778d93d5d9a228999e612ef631c4
18 DISTVERSION=    g20210125
19
20 USE_RC_SUBR= iked
21 USERS=          _iked
22 GROUPS=         _iked
23
24 post-install:
25         ${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \
26             ${STAGEDIR}${PREFIX}/etc/iked.conf.sample
27 .include <bsd.port.mk>