2001-05-20 05:16:09 +02:00
|
|
|
# New ports collection makefile for: mod_auth_external
|
|
|
|
# Date created: 14 May 2001
|
|
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_auth_external
|
2005-05-29 21:47:13 +02:00
|
|
|
PORTVERSION= 2.1.19
|
2009-05-08 17:40:26 +02:00
|
|
|
PORTREVISION= 1
|
2001-05-20 05:16:09 +02:00
|
|
|
CATEGORIES= www
|
2002-04-07 03:23:01 +02:00
|
|
|
MASTER_SITES= http://www.unixpapa.com/software/ \
|
2001-05-20 05:16:09 +02:00
|
|
|
ftp://ftp.nuug.no/pub/anders/distfiles/
|
|
|
|
|
2002-01-20 23:17:30 +01:00
|
|
|
MAINTAINER= anders@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Enables the use of external mechanisms for user authentication
|
2001-05-20 05:16:09 +02:00
|
|
|
|
2003-12-18 17:22:57 +01:00
|
|
|
CONFLICTS= apache-contrib-1.*
|
|
|
|
|
2009-05-08 17:40:26 +02:00
|
|
|
USE_APACHE= 1.3
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
|
|
|
|
PORTDOCS= AUTHENTICATORS CHANGES INSTALL README TODO
|
|
|
|
PORTEXAMPLES= mysql radius sybase test
|
2001-05-20 05:16:09 +02:00
|
|
|
|
2009-05-08 17:40:26 +02:00
|
|
|
post-install:
|
2001-05-20 05:16:09 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2009-05-08 17:40:26 +02:00
|
|
|
${MKDIR} ${DOCSDIR}/
|
|
|
|
.for f in ${PORTDOCS}
|
2004-06-03 13:25:06 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
2001-05-20 05:16:09 +02:00
|
|
|
.endfor
|
2009-05-08 17:40:26 +02:00
|
|
|
.endif
|
|
|
|
.if !defined(NOPORTEXAMPLES)
|
|
|
|
${MKDIR} ${EXAMPLESDIR}/
|
|
|
|
.for d in ${PORTEXAMPLES}
|
|
|
|
${COPYTREE_SHARE} ${WRKSRC}/${d} ${EXAMPLESDIR}/${d}
|
|
|
|
.endfor
|
2001-05-20 05:16:09 +02:00
|
|
|
.endif
|
|
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|