2005-11-03 13:42:48 +01:00
|
|
|
# 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
|
2006-04-14 20:40:59 +02:00
|
|
|
PORTREVISION= 1
|
2005-11-03 13:42:48 +01:00
|
|
|
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
|
|
|
|
|
2006-04-14 20:40:59 +02:00
|
|
|
USE_RC_SUBR= pgpool
|
|
|
|
|
2005-11-03 13:42:48 +01:00
|
|
|
PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2006-04-14 20:40:59 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2005-11-03 13:42:48 +01:00
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|