pkgsrc/www/ap2-auth-xradius/Makefile
joerg 7ac9657102 Change naming of Apache 2.2 modules to use ap22 prefix.
Allow apache22 in some more case and add a hack to devel/subversion
to determine the module by the state of the apache22 option.
This comes from www/ap2-subversion and should be fixed to properly
use build options or so.

OK agc@
2007-06-30 16:09:07 +00:00

22 lines
666 B
Makefile

# $NetBSD: Makefile,v 1.4 2007/06/30 16:09:08 joerg Exp $
DISTNAME= mod_auth_xradius-0.4.6
PKGNAME= ${APACHE_PKG_PREFIX}-auth-xradius-0.4.6
CATEGORIES= www databases
MASTER_SITES= http://www.outoforder.cc/downloads/mod_auth_xradius/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.outoforder.cc/projects/apache/mod_auth_xradius/
COMMENT= Module to allow apache2 authentication against a RADIUS server
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
PKG_APACHE_ACCEPTED= apache2 apache22
.include "../../mk/apache.mk"
BUILDLINK_API_DEPENDS.apache+= apache>=2.0.42
CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs
.include "../../mk/bsd.pkg.mk"