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
|
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-11-07 10:12:58 +01:00
|
|
|
USE_APACHE= yes
|
2001-05-20 05:16:09 +02:00
|
|
|
DOCS= AUTHENTICATORS CHANGES INSTALL README TODO
|
|
|
|
|
2003-12-18 17:22:57 +01:00
|
|
|
CONFLICTS= apache-contrib-1.*
|
|
|
|
|
2001-05-20 05:16:09 +02:00
|
|
|
do-build:
|
|
|
|
@cd ${WRKSRC} && ${APXS} -c mod_auth_external.c
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${APXS} -i -A -n auth_external ${WRKSRC}/mod_auth_external.so
|
|
|
|
.if !defined(NOPORTDOCS)
|
2004-06-03 13:25:06 +02:00
|
|
|
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}/examples
|
2005-05-29 21:47:13 +02:00
|
|
|
cd ${WRKSRC} && ${TAR} -chf - mysql radius sybase test \
|
2004-06-03 13:25:06 +02:00
|
|
|
| ${TAR} -xf - -C ${DOCSDIR}/examples
|
2001-05-20 05:16:09 +02:00
|
|
|
.for f in ${DOCS}
|
2004-06-03 13:25:06 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
2001-05-20 05:16:09 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|