X-Git-Url: http://popeye.lapinbilly.eu/git/?p=openiked-portable;a=blobdiff_plain;f=Makefile;h=a57c1d7a8515b69b15c6ab75c58abb6fa2faa7b4;hp=ee3e43cb5c29dd86d12528b189ecda57cbc474e7;hb=943549eafab1d3c540ee1c41a9c0e6eace4fff5c;hpb=8bf0d68ddd010c2f8e8a9505c845018dd06ecc2a diff --git a/Makefile b/Makefile index ee3e43c..a57c1d7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: head/security/openiked/Makefile 547543 2020-09-04 14:33:16Z swills $ +# $FreeBSD: head/security/openiked-portable/Makefile david@lapinbilly.eu PORTNAME=openiked-portable CATEGORIES= security net @@ -8,17 +8,20 @@ COMMENT= IKEv2 daemon LICENSE= ISCL -LIB_DEPENDS= libevent.so:devel/libevent +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