|
Lines 2-31
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= pgpool |
4 |
PORTNAME= pgpool |
| 5 |
PORTVERSION= 3.4.1 |
5 |
PORTVERSION= 3.4.3 |
| 6 |
PORTREVISION= 1 |
|
|
| 7 |
CATEGORIES= databases |
6 |
CATEGORIES= databases |
| 8 |
MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/ |
7 |
MASTER_SITES= http://www.pgpool.net/mediawiki/images/ |
|
|
8 |
DISTNAME= ${PORTNAME}-II-${PORTVERSION} |
| 9 |
|
9 |
|
| 10 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@toco-domains.de |
| 11 |
COMMENT= Connection pool server for PostgreSQL |
11 |
COMMENT= Connection pool server for PostgreSQL |
| 12 |
|
12 |
|
| 13 |
LICENSE= MIT |
13 |
LICENSE= MIT |
| 14 |
|
14 |
|
| 15 |
USES= gmake |
15 |
USES= gmake libtool pgsql:9.3+ |
| 16 |
GNU_CONFIGURE= yes |
16 |
GNU_CONFIGURE= yes |
|
|
17 |
USE_LDCONFIG= yes |
| 17 |
|
18 |
|
| 18 |
USE_RC_SUBR= pgpool |
19 |
USE_RC_SUBR= pgpool |
| 19 |
CONFLICTS= pgpool-II-* |
20 |
CONFLICTS= pgpool-II-* |
| 20 |
|
21 |
|
| 21 |
PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp |
22 |
PORTDOCS= AUTHORS ChangeLog NEWS TODO |
| 22 |
|
23 |
|
| 23 |
OPTIONS_DEFINE= DOCS |
24 |
OPTIONS_DEFINE= DOCS |
| 24 |
|
25 |
|
| 25 |
post-install: |
26 |
post-install: |
| 26 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
27 |
${MKDIR} ${STAGEDIR}${DOCSDIR} |
| 27 |
.for f in ${PORTDOCS} |
28 |
.for f in ${PORTDOCS} |
| 28 |
${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} |
29 |
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} |
| 29 |
.endfor |
30 |
.endfor |
|
|
31 |
${MKDIR} ${STAGEDIR}/var/run/pgpool |
| 32 |
${INSTALL_LIB} ${WRKSRC}/src/libs/pcp/.libs/libpcp.so.0.0.0 ${STAGEDIR}${PREFIX}/lib |
| 30 |
|
33 |
|
| 31 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |