dcoppa b6d9497153 Update to cntlm-0.93beta5.
Final 0.93 release continues to be an unfulfilled dream and this
seems to perform better than 0.92.3 in my tests.

Based on an old diff by sthen@
2013-06-05 09:29:56 +00:00

32 lines
756 B
Makefile

# $OpenBSD: Makefile,v 1.12 2013/06/05 09:29:56 dcoppa Exp $
COMMENT = fast NTLM/NTLMv2 authenticating HTTP proxy
DISTNAME = cntlm-0.93beta5
CATEGORIES = www
HOMEPAGE = http://awk.cz/cntlm/
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c pthread
MASTER_SITES = http://ftp.awk.cz/pub/
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>