b259d1c4ed2b1fafccf6692f70af0c73d7d2b588
[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=             632d834f8f7694b56dcc522eb377570617e8fc5a
18 DISTVERSION=    g20210317
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>