pkgsrc/www/ap-auth-radius/Makefile
joerg 337c6b1297 Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
2006-06-02 18:27:54 +00:00

29 lines
808 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/06/02 18:27:58 joerg Exp $
#
DISTNAME= mod_auth_radius-1.5.7
PKGNAME= ap13-auth-radius-1.5.7
CATEGORIES= www
MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/
EXTRACT_SUFX= .tar
MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://www.freeradius.org/mod_auth_radius/
COMMENT= Radius authentication module for Apache
CONFLICTS= ap-auth-radius-[0-9]*
APACHE_MODULE_NAME= mod_auth_radius.so
EXAMPLEDIR= ${PREFIX}/share/example/mod_auth_radius
post-extract:
${RM} -f ${WRKSRC}/mod_auth_radius-2.0.c
post-install:
${INSTALL_DATA_DIR} ${EXAMPLEDIR}
${INSTALL_DATA} ${WRKSRC}/README ${EXAMPLEDIR}/
${INSTALL_DATA} ${WRKSRC}/httpd.conf ${EXAMPLEDIR}/
${INSTALL_DATA} ${WRKSRC}/htaccess ${EXAMPLEDIR}/
.include "../../www/apache/module.mk"
.include "../../mk/bsd.pkg.mk"