summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap-auth-postgresql/Makefile')
-rw-r--r--www/ap-auth-postgresql/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile
deleted file mode 100644
index 9a932762382..00000000000
--- a/www/ap-auth-postgresql/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:47:50 tv Exp $
-
-DISTNAME= AuthPG-1.4
-PKGNAME= ap-auth-postgresql-1.4
-PKGREVISION= 1
-CATEGORIES= www databases
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=authpg/}
-
-MAINTAINER= jwise@NetBSD.org
-HOMEPAGE= http://authpg.sourceforge.net/
-COMMENT= Module to allow apache authentication against a Postgresql database
-
-CONFLICTS= ap-auth-pgsql-[0-9]*
-
-
-PGSQL_VERSION_REQD= 73
-
-APACHE_MODULE_NAME= mod_auth_pg.so
-
-CPPFLAGS+= -I${PGSQL_PREFIX}/include/postgresql
-LDFLAGS+= -lpq -lcrypt
-
-DOCDIR= ${PREFIX}/share/doc/mod_auth_pg
-EGDIR= ${PREFIX}/share/examples/mod_auth_pg
-
-post-install:
- ${INSTALL_DATA_DIR} ${DOCDIR}
- ${INSTALL_DATA_DIR} ${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/mod_auth_pg.html ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/mod_auth_pg.ko.html ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.ko ${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/sample.htaccess ${EGDIR}/mod_auth_pg.htaccess
- ${INSTALL_DATA} ${WRKSRC}/sample.sql ${EGDIR}/mod_auth_pg.sql
-
-.include "../../www/apache/module.mk"
-
-.include "../../mk/pgsql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"