diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-03 12:42:48 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-03 12:42:48 +0000 |
commit | 0598ae5c6551428d6621af660398377439267d22 (patch) | |
tree | 63817dca457a011f618f4beef2378db185b2f896 /databases/pgpool-II/Makefile | |
parent | 278bb8d51794a4778793e6d2d9752a8cb0d6829b (diff) |
Notes
Diffstat (limited to 'databases/pgpool-II/Makefile')
-rw-r--r-- | databases/pgpool-II/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/databases/pgpool-II/Makefile b/databases/pgpool-II/Makefile new file mode 100644 index 000000000000..bd9a3f78e1b9 --- /dev/null +++ b/databases/pgpool-II/Makefile @@ -0,0 +1,29 @@ +# 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 +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 + +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> |