mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
7cddfe7e59
PR: ports/150907 Submitted by: Mikhail Tsatsenko <m.tsatsenko@mail.ru>
36 lines
687 B
Makefile
36 lines
687 B
Makefile
# New ports collection makefile for: pgpool
|
|
# Date created: 2005-10-19
|
|
# Whom: 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= A connection pool server for PostgreSQL
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_RC_SUBR= pgpool
|
|
CONFLICTS= pgpool-II-*
|
|
|
|
PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp
|
|
|
|
MAN8= pgpool.8
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|