summaryrefslogtreecommitdiff
path: root/databases/pgpool/Makefile
blob: 99145efa5ff498b1162b18854a947524b5a3ceaf (plain)
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
# $NetBSD: Makefile,v 1.10 2011/04/05 17:47:17 minskim Exp $

DISTNAME=	pgpool-3.4.1
CATEGORIES=	databases
MASTER_SITES=	http://pgfoundry.org/frs/download.php/1446/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://pgpool.projects.postgresql.org/
COMMENT=	Connection pooling/replication server for PostgreSQL

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=	yes

CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}

INSTALLATION_DIRS=	share/examples

CONF_FILES=	${PREFIX}/share/examples/pgpool.conf.sample	\
		${PKG_SYSCONFDIR}/pgpool.conf
CONF_FILES+=	${PREFIX}/share/examples/pool_hba.conf.sample	\
		${PKG_SYSCONFDIR}/pool_hba.conf

post-install:
	${INSTALL_DATA} ${WRKSRC}/pgpool.conf.sample \
		${DESTDIR}${PREFIX}/share/examples
	${INSTALL_DATA} ${WRKSRC}/pool_hba.conf.sample \
		${DESTDIR}${PREFIX}/share/examples

.include "../../mk/bsd.pkg.mk"