mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
29 lines
673 B
Makefile
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>
|