freebsd-ports/databases/pgpool/Makefile
Adam Weinberger 4586d2ad5c Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations.
2014-07-03 21:48:44 +00:00

29 lines
602 B
Makefile

# Created by: Choe, Cheng-Dae <whitekid@gmail.com>
# $FreeBSD$
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 <bsd.port.mk>