pkgsrc/www/ap-auth-script/Makefile
wiz 9a3ee7e9f2 Update to 1.10:
Bug fixes and support for apache2.

XXX: compilation for apache2 works, but installation fails -- if you
know apxs, please take a look:
apxs:Error: Sorry, cannot determine bootstrap symbol name.
apxs:Error: Please specify one with option `-n'.
2006-08-09 10:46:47 +00:00

28 lines
736 B
Makefile

# $NetBSD: Makefile,v 1.10 2006/08/09 10:46:47 wiz Exp $
#
DISTNAME= auth_script-alpha1.10
PKGNAME= ${APACHE_PKG_PREFIX}-auth-script-1.10
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mod-auth-script/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mod-auth-script.sourceforge.net/
COMMENT= Apache module for script-based authentication
CONFLICTS= ap-auth-script-[0-9]*
# XXX: apache2: compilation works, installation fails
PKG_APACHE_ACCEPTED= apache13
.include "../../mk/apache.mk"
APACHE_MODULE_NAME= mod_auth_script.so
.if ${PKG_APACHE} == "apache13"
APACHE_MODULE_SRC= mod_auth_script.c
.else
APACHE_MODULE_SRC= mod_auth_script2.c
.endif
.include "../../www/apache/module.mk"
.include "../../mk/bsd.pkg.mk"