15b73f9e08
- Bump PORTREVISION PR: 94137 Submitted by: Chris St Denis <chris___ctgameinfo.com> Approved by: maintainer timeout, 39 days
32 lines
647 B
Makefile
32 lines
647 B
Makefile
# New ports collection makefile for: pgpool
|
|
# Date created: 2005-10-19
|
|
# Whom: Choe, Cheng-Dae <whitekid@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pgpool
|
|
PORTVERSION= 2.6.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/426/
|
|
|
|
MAINTAINER= whitekid@gmail.com
|
|
COMMENT= A connection pool server for PostgreSQL
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_RC_SUBR= pgpool
|
|
|
|
PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|