aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgpool/Makefile
blob: 22b94d6691bfe9b975a202f6bc9be8a96b46cb36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    pgpool
# Date created:             2005-10-19
# Whom:                 Choe, Cheng-Dae <whitekid@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   pgpool
PORTVERSION=    3.2
PORTREVISION=   1
CATEGORIES= databases
MASTER_SITES=   http://pgfoundry.org/frs/download.php/1254/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A connection pool server for PostgreSQL

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

USE_RC_SUBR=    pgpool
CONFLICTS=  pgpool-II-1.*

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>
16 22:58:19 +0800'>2011-06-161-4/+1 * Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-161-0/+3 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * Remove myself from MAINTAINERache2011-02-281-1/+1 * TARGETDIR -> PREFIXache2006-08-231-1/+1 * - Respect DESTDIRache2006-08-122-18/+7 * Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0 * SHA256ifyedwin2006-01-221-0/+1 * Add size data, approved by maintainers.trevor2004-03-211-0/+1 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Portlint (shorten pkg-descr)kris2003-10-271-22/+1 * Clear moonlight beckons.ade2003-03-072-1/+1 * PERL -> REINPLACEedwin2002-11-041-1/+2 * Remove #include <malloc.h>kris2002-03-312-1/+20 * Fix typos:petef2002-03-301-1/+1 * update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-11/+11 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1