X-Git-Url: http://popeye.lapinbilly.eu/git/?p=openiked-portable;a=blobdiff_plain;f=Makefile;h=4ce702ac5767998f79f765b8d3b1091b41669516;hp=91b08657d7f6c50e14110454c1e446323ac935d3;hb=refs%2Fheads%2Fmaster;hpb=79c23d6838feef958e1d07ebc2022c3bd5d95d0e diff --git a/Makefile b/Makefile index 91b0865..4ce702a 100644 --- a/Makefile +++ b/Makefile @@ -1,27 +1,34 @@ -# $FreeBSD: head/security/openiked-portable/Makefile david@lapinbilly.eu +PORTNAME= openiked-portable +PORTVERSION= 6.9.0 +CATEGORIES= security net +MASTER_SITES= OPENBSD/OpenIKED +DISTNAME= openiked-${PORTVERSION} -PORTNAME=openiked-portable -CATEGORIES= security net - -MAINTAINER= portmgr@FreeBSD.org +MAINTAINER= david@lapinbilly.eu COMMENT= IKEv2 daemon LICENSE= ISCL LIB_DEPENDS= libevent.so:devel/libevent +CONFLICTS_INSTALL= openiked-[0-9]* USES= cmake ssl -USE_GITHUB= yes -GH_ACCOUNT= openiked -GH_TAGNAME= 57f6b20f94bff1c0c43bd8caac70a0a32f54d8d5 -DISTVERSION= g20210125 +USE_RC_SUBR= iked +USERS= _iked +GROUPS= _iked + +.include -USE_RC_SUBR= iked -USERS= _iked -GROUPS= _iked +# 12.0-STABLE after updating OpenSSL shared library version numbers. +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200086 +BROKEN_SSL= base +BROKEN_SSL_REASON_base= needs features only available in OpenSSL 1.1.0+ (DH_get0_pqg) +.endif post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \ ${STAGEDIR}${PREFIX}/etc/iked.conf.sample + + .include