Document 'request' option to request additional configuration payloads.
[openiked-portable] / Makefile
index 4e5250c3155e7977c037f99df965b2a7d0bc1f52..a57c1d7a8515b69b15c6ab75c58abb6fa2faa7b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-# $FreeBSD: head/security/openiked/Makefile david@lapinbilly.eu $
+# $FreeBSD: head/security/openiked-portable/Makefile david@lapinbilly.eu
 
-PORTNAME=      openiked-portable
+PORTNAME=openiked-portable
 CATEGORIES=    security net
 
 MAINTAINER=    portmgr@FreeBSD.org
@@ -10,15 +10,18 @@ LICENSE=    ISCL
 
 LIB_DEPENDS=   libevent.so:devel/libevent
 
-USES=          cmake
+USES=          cmake ssl
 
-USE_GITHUB=    yes
-GH_ACCOUNT=    openiked
-GH_TAGNAME=            45352722b7320ed97c6abe3bd961bea5acccf43d
-DISTVERSION=   g20210119
+USE_GITHUB=            yes
+GH_ACCOUNT=            openiked
+GH_TAGNAME=            1b25611c0ac56b5e32f361df70952d6f9037b1b3
+DISTVERSION=   g15042021
 
 USE_RC_SUBR= iked
 USERS=         _iked
 GROUPS=                _iked
 
+post-install:
+       ${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \
+           ${STAGEDIR}${PREFIX}/etc/iked.conf.sample
 .include <bsd.port.mk>