Delay deletion of IKE SAs on rekey when stickyaddress is enabled to make
[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=             a67efddc709b63bccfde649f1f9865eb832d0eb0
18 DISTVERSION=    g20210211
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>