forked from Lainports/freebsd-ports
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
27 lines
695 B
Makefile
27 lines
695 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sslsplit
|
|
PORTVERSION= 0.5.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://mirror.roe.ch/rel/sslsplit/
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Transparent and scalable SSL/TLS interception
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent \
|
|
libnet.so:net/libnet
|
|
|
|
USES= gmake pkgconfig tar:bzip2 uidfix ssl
|
|
MAKEFILE= GNUmakefile
|
|
MAKE_ENV= DESTDIR=${STAGEDIR} MANDIR=man INSTALLUID=${UID} INSTALLGID=${GID}
|
|
PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz man/man5/sslsplit.conf.5.gz \
|
|
"@sample sslsplit/sslsplit.conf.sample"
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sslsplit
|
|
|
|
.include <bsd.port.mk>
|