Changeset View
Changeset View
Standalone View
Standalone View
security/openiked/Makefile
Property | Old Value | New Value |
---|---|---|
svn:eol-style | null | native \ No newline at end of property |
svn:keywords | null | FreeBSD=%H \ No newline at end of property |
svn:mime-type | null | text/plain \ No newline at end of property |
# $FreeBSD$ | |||||
PORTNAME= openiked | |||||
PORTVERSION= 1.0 | |||||
CATEGORIES= security net ipv6 | |||||
MAINTAINER= marcel@FreeBSD.org | |||||
mat: This is not needed. | |||||
COMMENT= IKEv2 daemon | |||||
LICENSE= ISCL | |||||
LIB_DEPENDS= libevent.so:devel/libevent2 | |||||
USE_GITHUB= yes | |||||
GH_ACCOUNT= xcllnt | |||||
USE_RC_SUBR= iked | |||||
USERS= _iked | |||||
GROUPS= _iked | |||||
USES= autoreconf libtool ssl | |||||
GNU_CONFIGURE= yes | |||||
INSTALL_TARGET= install-strip | |||||
CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} | |||||
post-install: | |||||
${MV} ${STAGEDIR}/etc/ssl/ikeca.cnf \ | |||||
${STAGEDIR}${PREFIX}/etc/ikeca.cnf.sample | |||||
${MV} ${STAGEDIR}${PREFIX}/etc/iked.conf \ | |||||
${STAGEDIR}${PREFIX}/etc/iked.conf.sample | |||||
.include <bsd.port.mk> | |||||
Done Inline ActionsYou are using GNU_CONFIGURE here, so maybe those lines could be removed and INSTALL_TARGET=install-strip could be added above. mat: You are using GNU_CONFIGURE here, so maybe those lines could be removed and… | |||||
Not Done Inline ActionsThanks for that! marcel: Thanks for that! |
This is not needed.