freebsd-ports/www/mod_ntlm2/Makefile
Wesley Shields ea87aed8d3 Fix plist when Apache 2.2 is used.
PR:		ports/128404
Submitted by:	Dima Panov <fluffy@fluffy.khv.ru>
Approved by:	Alex Keda <admin@lissyara.su> (maintainer)
2008-10-27 16:20:43 +00:00

26 lines
573 B
Makefile

# New ports collection makefile for: mod_ntlm2
# Date created: 26 September 2007
# Whom: Alex "lissyara" Keda <admin@lissyara.su>
#
# $FreeBSD$
#
PORTNAME= mod_ntlm2
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= modntlm
EXTRACT_SUFX= .tgz
MAINTAINER= admin@lissyara.su
COMMENT= NTLM authentication module for the Apache2 webserver
USE_APACHE= 20+
MAKE_ENV= APXS=${APXS}
SUB_LIST= APACHEMODDIR=${APACHEMODDIR}
BUILD_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3
.include <bsd.port.mk>