pkgsrc/databases/pgpool/Makefile
2007-03-24 19:21:18 +00:00

23 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/03/24 19:21:20 joerg Exp $
DISTNAME= pgpool-2.7
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/572/
MAINTAINER= minskim@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
post-install:
${INSTALL_DATA} ${WRKSRC}/pgpool.conf.sample ${PREFIX}/share/examples
.include "../../mk/bsd.pkg.mk"