mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
d1a03ff480
Changes since 1.9: o Fix OpenIKED on FreeBSD 12-current o Fix pubkey authentication Differential Revision: https://reviews.freebsd.org/D13159
33 lines
627 B
Makefile
33 lines
627 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openiked
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= security net ipv6
|
|
|
|
MAINTAINER= marcel@FreeBSD.org
|
|
COMMENT= IKEv2 daemon
|
|
|
|
LICENSE= ISCL
|
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= xcllnt
|
|
|
|
USE_RC_SUBR= iked
|
|
USERS= _iked
|
|
GROUPS= _iked
|
|
|
|
USES= autoreconf groff libtool ssl
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
CONFIGURE_ARGS= --with-libevent-dir=${PREFIX}
|
|
|
|
post-install:
|
|
${MV} ${STAGEDIR}${PREFIX}/etc/ikeca.cnf \
|
|
${STAGEDIR}${PREFIX}/etc/ikeca.cnf.sample
|
|
${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \
|
|
${STAGEDIR}${PREFIX}/etc/iked.conf.sample
|
|
|
|
.include <bsd.port.mk>
|