Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

28
databases/pgpool/Makefile Normal file
View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.11 2012/10/02 21:25:38 asau Exp $
DISTNAME= pgpool-3.4.1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pgpool.projects.postgresql.org/
COMMENT= Connection pooling/replication server for PostgreSQL
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
INSTALLATION_DIRS= share/examples
CONF_FILES= ${PREFIX}/share/examples/pgpool.conf.sample \
${PKG_SYSCONFDIR}/pgpool.conf
CONF_FILES+= ${PREFIX}/share/examples/pool_hba.conf.sample \
${PKG_SYSCONFDIR}/pool_hba.conf
post-install:
${INSTALL_DATA} ${WRKSRC}/pgpool.conf.sample \
${DESTDIR}${PREFIX}/share/examples
${INSTALL_DATA} ${WRKSRC}/pool_hba.conf.sample \
${DESTDIR}${PREFIX}/share/examples
.include "../../mk/bsd.pkg.mk"