1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net/ss5/Makefile
Xin LI 3ba73dad6f net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
2021-08-01 21:41:48 -07:00

49 lines
1.3 KiB
Makefile

# Created by: Raffaele De Lorenzo - raffaele.delorenzo@libero.it
PORTNAME= ss5
DISTVERSION= 3.8.9-8
PORTREVISION= 2
CATEGORIES= net security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
MAINTAINER= raffaele.delorenzo@libero.it
COMMENT= SOCKS v4/v5 application layer gateway with many features
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/License
BROKEN_FreeBSD_13= ld: error: duplicate symbol: ACMutex
BROKEN_FreeBSD_14= ld: error: duplicate symbol: ACMutex
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-[0-9]+//}
USES= ssl
USE_OPENLDAP= yes
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-binpathbase=${PREFIX}/sbin \
--with-docpathbase=${PREFIX}/share/doc \
--with-confpathbase=${PREFIX}/etc \
--with-libpath=${PREFIX}/lib
MAKE_ENV= DATADIR=${DATADIR} EXAMPLESDIR=${EXAMPLESDIR}
MAKE_ARGS+= CC="${CC}"
OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local/etc/opt/ss5,${PREFIX}/etc/ss5,' \
${WRKSRC}/include/config.h.in
post-install:
${MKDIR} ${STAGEDIR}/var/log/ss5 ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/conf/ss5.conf \
${STAGEDIR}${PREFIX}/etc/ss5/ss5.conf.sample
${INSTALL_DATA} ${WRKSRC}/conf/ss5.ha \
${STAGEDIR}${PREFIX}/etc/ss5/ss5.ha.sample
${INSTALL_DATA} ${WRKSRC}/conf/ss5.passwd \
${STAGEDIR}${PREFIX}/etc/ss5/ss5.passwd.sample
.include <bsd.port.mk>