freebsd-ports/net/sniproxy/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

41 lines
858 B
Makefile

PORTNAME= sniproxy
DISTVERSION= 0.6.0
PORTREVISION= 2
CATEGORIES= net
MAINTAINER= krion@FreeBSD.org
COMMENT= Proxy that routes based on TLS server name extension
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libev.so:devel/libev \
libpcre.so:devel/pcre \
libudns.so:dns/udns
USES= autoreconf:build gettext pkgconfig
SUB_FILES= pkg-message
USE_RC_SUBR= sniproxy
USE_GITHUB= yes
GH_ACCOUNT= dlundquist
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_FILES= man/man5/sniproxy.conf.5.gz \
man/man8/sniproxy.8.gz \
sbin/sniproxy \
"@sample etc/sniproxy.conf.sample"
pre-configure:
cd ${WRKSRC} && ${SH} autogen.sh
post-patch:
@${REINPLACE_CMD} -e 's|/var/tmp/|/var/run/|' ${WRKSRC}/${PORTNAME}.conf
post-install::
${INSTALL_DATA} ${WRKSRC}/sniproxy.conf ${STAGEDIR}${PREFIX}/etc/sniproxy.conf.sample
.include <bsd.port.mk>