- Utilize Makefile.modules.3rd

This commit is contained in:
Clement Laforet 2004-04-16 13:38:17 +00:00
parent 267bec7c6d
commit 9b3d51b788
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107225
4 changed files with 14 additions and 24 deletions

View file

@ -13,13 +13,11 @@ MASTER_SITES= http://MeepZor.Com/packages/mod_access_identd/
MAINTAINER= ports@FreeBSD.org
COMMENT= Apache module to supply access control based on ident reply
USE_APACHE= yes
WRKSRC= ${WRKDIR}/mod_access_identd
WRKSRC= ${WRKDIR}/${PORTNAME}
WANT_APACHE= 13
AP_FAST_BUILD= YES
AP_GENPLIST= YES
do-build:
@cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
do-install:
${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
.include <bsd.port.post.mk>

View file

@ -1,3 +0,0 @@
libexec/apache/mod_access_identd.so
@exec %D/sbin/apxs -e -A -n access_identd %D/%F
@unexec %D/sbin/apxs -e -A -n access_identd %D/%F

View file

@ -13,13 +13,11 @@ MASTER_SITES= http://www.itlab.musc.edu/webNIS/dist/
MAINTAINER= clement@FreeBSD.org
COMMENT= Apache module to use any command line program to authenticate a user
USE_APACHE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
WANT_APACHE= 13
AP_FAST_BUILD= yes
AP_GENPLIST= yes
WRKSRC= ${WRKDIR}/${PORTNAME}/src
do-build:
@cd ${WRKSRC}/src && ${APXS} -c ${PORTNAME}.c
do-install:
${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/src/${PORTNAME}.so
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
.include <bsd.port.post.mk>

View file

@ -1,3 +0,0 @@
libexec/apache/mod_auth_any.so
@exec %D/sbin/apxs -e -A -n auth_any %D/%F
@unexec %D/sbin/apxs -e -A -n auth_any %D/%F