pkgsrc/databases/slony1/Makefile
adam e77b3ef363 Changes 1.2.15:
* Fix to STORE TRIGGER - store trigger was running against all nodes
  upon subscription
* Portability changes to some tools/ scripts, fixing some
  "bash-isms"
* Fix to switch statement in slonik.c; unknown how it broke
* Fix memory leak
2008-10-06 09:54:42 +00:00

32 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2008/10/06 09:54:42 adam Exp $
DISTNAME= slony1-1.2.15
CATEGORIES= databases
MASTER_SITES= http://slony.info/downloads/1.2/source/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://main.slony.info/
COMMENT= Replication system for PostgreSQL
DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pgconfigdir=${PGSQL_PREFIX}/bin
CONFIGURE_ARGS+= --with-pgbindir=${PGSQL_PREFIX}/bin
CONFIGURE_ARGS+= --with-pgincludedir=${PGSQL_PREFIX}/include/postgresql
CONFIGURE_ARGS+= --with-pgincludeserverdir=${PGSQL_PREFIX}/include/postgresql/server
CONFIGURE_ARGS+= --with-pglibdir=${PGSQL_PREFIX}/lib
CONFIGURE_ARGS+= --with-pgpkglibdir=${PGSQL_PREFIX}/lib/postgresql
CONFIGURE_ARGS+= --with-pgsharedir=${PGSQL_PREFIX}/share/postgresql
post-extract:
cp ${WRKSRC}/makefiles/Makefile.freebsd ${WRKSRC}/makefiles/Makefile.dragonfly
post-install:
${INSTALL_DATA} ${WRKSRC}/share/slon.conf-sample \
${PGSQL_PREFIX}/share/postgresql
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"