![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / www / ap-auth-pgsql / Attic / Makefile (download)
Revision 1.9, Fri Jun 2 18:27:58 2006 UTC (17 years, 6 months ago) by joerg
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@. |
# $NetBSD: Makefile,v 1.9 2006/06/02 18:27:58 joerg Exp $ DISTNAME= mod_auth_pgsql-0.9.12 PKGNAME= ap13-auth-pgsql-0.9.12 CATEGORIES= www databases MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/ MAINTAINER= waddell@caravan.com HOMEPAGE= http://www.giuseppetanzilli.it/mod_auth_pgsql/ COMMENT= Apache module for user authentication/logging against a PostgreSQL DB CONFLICTS= ap-auth-pgsql-[0-9]* CONFLICTS+= ap-auth-postgresql-[0-9]* CONFLICTS+= ap13-auth-postgresql-[0-9]* APACHE_MODULE_NAME= mod_auth_pgsql.so CPPFLAGS+= -I${PGSQL_PREFIX}/include/postgresql LDFLAGS+= -lpq -lcrypt post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_pgsql ${INSTALL_DATA} ${WRKSRC}/mod_auth_pgsql.html ${PREFIX}/share/doc/mod_auth_pgsql ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mod_auth_pgsql ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/mod_auth_pgsql .include "../../www/apache/module.mk" .include "../../mk/pgsql.buildlink3.mk" .include "../../mk/bsd.pkg.mk"