View | Details | Raw Unified | Return to bug 134599
Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 9-25 Link Here
9
PORTVERSION=	0.1
9
PORTVERSION=	0.1
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	SF
13
MASTER_SITE_SUBDIR=	modntlm
13
MASTER_SITE_SUBDIR=	modntlm
14
EXTRACT_SUFX=	.tgz
14
EXTRACT_SUFX=	.tgz
15
15
16
MAINTAINER=	admin@lissyara.su
16
MAINTAINER=	admin@lissyara.su
17
COMMENT=	NTLM authentication module for the Apache2 webserver
17
COMMENT=	NTLM authentication module for the Apache2 webserver
18
18
19
BUILD_DEPENDS=	${LOCALBASE}/smbclient:${PORTSDIR}/net/samba3
20
19
USE_APACHE=	20+
21
USE_APACHE=	20+
20
MAKE_ENV=	APXS=${APXS}
22
MAKE_ENV=	APXS=${APXS}
21
SUB_LIST=	APACHEMODDIR=${APACHEMODDIR}
22
23
BUILD_DEPENDS=	${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3
24
23
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>

Return to bug 134599