mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
25 lines
505 B
Makefile
25 lines
505 B
Makefile
# Created by: Alex "lissyara" Keda <admin@lissyara.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_ntlm2
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/modntlm/modntlm2/${PORTNAME}-${PORTVERSION}
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= admin@lissyara.su
|
|
COMMENT= NTLM authentication module for the Apache2 webserver
|
|
|
|
BUILD_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT}
|
|
|
|
SAMBA_PORT?= net/samba36
|
|
|
|
|
|
USE_APACHE= 22
|
|
MAKE_ENV= APXS=${APXS}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|