2016-11-10 17:14:03 +01:00
|
|
|
PORTNAME= openiked
|
2020-09-04 16:33:16 +02:00
|
|
|
PORTVERSION= 2.2
|
2019-10-09 14:20:31 +02:00
|
|
|
CATEGORIES= security net
|
2016-11-10 17:14:03 +01:00
|
|
|
|
|
|
|
MAINTAINER= marcel@FreeBSD.org
|
|
|
|
COMMENT= IKEv2 daemon
|
|
|
|
|
|
|
|
LICENSE= ISCL
|
|
|
|
|
2017-02-20 03:57:04 +01:00
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent
|
2016-11-10 17:14:03 +01:00
|
|
|
|
2019-01-27 00:48:07 +01:00
|
|
|
USES= autoreconf libtool ssl
|
|
|
|
|
2021-05-27 12:40:26 +02:00
|
|
|
CONFLICTS_INSTALL= openiked-portable[0-9]*
|
|
|
|
|
2016-11-10 17:14:03 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= xcllnt
|
|
|
|
|
|
|
|
USE_RC_SUBR= iked
|
|
|
|
USERS= _iked
|
|
|
|
GROUPS= _iked
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
2019-01-27 00:48:07 +01:00
|
|
|
CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} --with-mantype=man
|
2016-11-10 17:14:03 +01:00
|
|
|
|
|
|
|
post-install:
|
2016-11-16 00:31:30 +01:00
|
|
|
${MV} ${STAGEDIR}${PREFIX}/etc/ikeca.cnf \
|
2016-11-10 17:14:03 +01:00
|
|
|
${STAGEDIR}${PREFIX}/etc/ikeca.cnf.sample
|
|
|
|
${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \
|
|
|
|
${STAGEDIR}${PREFIX}/etc/iked.conf.sample
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|