rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

33 lines
792 B
Makefile

# $OpenBSD: Makefile,v 1.17 2018/01/11 19:27:11 rpe Exp $
COMMENT = fast NTLM/NTLMv2 authenticating HTTP proxy
DISTNAME = cntlm-0.93beta5
REVISION = 4
CATEGORIES = www
HOMEPAGE = http://cntlm.sourceforge.net/
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c pthread
MASTER_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>