25 lines
560 B
Makefile
25 lines
560 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/11/22 08:36:47 espie Exp $
|
|
|
|
COMMENT = fast NTLM/NTLMv2 authenticating HTTP proxy
|
|
DISTNAME = cntlm-0.35.1
|
|
REVISION = 0
|
|
CATEGORIES = www
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cntlm/}
|
|
HOMEPAGE = http://cntlm.sourceforge.net/
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = c pthread
|
|
|
|
CONFIGURE_STYLE = simple
|
|
ALL_TARGET = cntlm
|
|
USE_GROFF = Yes
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|