Files
naddy 4e66d49984 http://*sourceforge.net now redirect to https
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00

29 lines
673 B
Makefile

COMMENT = fast NTLM/NTLMv2 authenticating HTTP proxy
DISTNAME = cntlm-0.93beta5
REVISION = 7
CATEGORIES = www
HOMEPAGE = https://cntlm.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB = c pthread
SITES = http://distfiles.gentoo.org/distfiles/
MAKE_FLAGS = CC="${CC}" SYSCONFDIR="${SYSCONFDIR}/cntlm"
CONFIGURE_STYLE = simple
ALL_TARGET = cntlm
USE_GMAKE = Yes
NO_TEST = Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cntlm
${INSTALL_PROGRAM} ${WRKBUILD}/cntlm ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/doc/cntlm.1 ${PREFIX}/man/man1/
${INSTALL_DATA} ${WRKSRC}/doc/cntlm.conf ${PREFIX}/share/examples/cntlm/
.include <bsd.port.mk>