# Created by: Choe, Cheng-Dae # $FreeBSD: head/databases/pgpool/Makefile 360463 2014-07-03 21:48:44Z adamw $ PORTNAME= pgpool PORTVERSION= 3.4.1 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/ MAINTAINER= ports@FreeBSD.org COMMENT= Connection pool server for PostgreSQL USES= gmake GNU_CONFIGURE= yes USE_RC_SUBR= pgpool CONFLICTS= pgpool-II-* PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} .endfor .include