mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
f18538b989
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133
35 lines
656 B
Makefile
35 lines
656 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openiked
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= security net ipv6
|
|
|
|
MAINTAINER= marcel@FreeBSD.org
|
|
COMMENT= IKEv2 daemon
|
|
|
|
LICENSE= ISCL
|
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent
|
|
|
|
USES= autoreconf libtool ssl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= xcllnt
|
|
|
|
USE_RC_SUBR= iked
|
|
USERS= _iked
|
|
GROUPS= _iked
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} --with-mantype=man
|
|
|
|
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>
|