freebsd-ports/net/sniproxy/Makefile
Stefan Eßer fbc199c7c7 Fix build with -fno-common and remove the now osbolete -fcommon option.
While here fix 2 white-space issues reported by portlint.

Approved by:   krion (maintainer)
2020-09-22 20:36:45 +00:00

43 lines
871 B
Makefile

# $FreeBSD$
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>