mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
31 lines
684 B
Makefile
31 lines
684 B
Makefile
# New ports collection makefile for: mod_auth_any
|
|
# Date created: 10 April 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_auth_any
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.itlab.musc.edu/webNIS/dist/
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= Apache module to use any command line program to authenticate a user
|
|
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if exists(${LOCALBASE}/include/apache2/http_core.h) || defined(WITH_APACHE2)
|
|
WANT_APACHE= 2
|
|
# Dirty hack
|
|
AP_INC+= . -DWITH_APACHE2=1
|
|
.else
|
|
WANT_APACHE= 13
|
|
.endif
|
|
|
|
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
|
|
.include <bsd.port.post.mk>
|