summaryrefslogtreecommitdiff
path: root/databases/postgresql90-replicationtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql90-replicationtools/Makefile')
-rw-r--r--databases/postgresql90-replicationtools/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/postgresql90-replicationtools/Makefile b/databases/postgresql90-replicationtools/Makefile
new file mode 100644
index 00000000000..6df88194fc8
--- /dev/null
+++ b/databases/postgresql90-replicationtools/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/12/10 03:51:31 asau Exp $
+
+PKGNAME= postgresql90-replicationtools-${BASE_VERS}
+COMMENT= PostgreSQL replication tools
+MAINTAINER= pkgsrc-users@NetBSD.org
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../databases/postgresql90/Makefile.common"
+
+BUILD_DIRS+= contrib/pg_archivecleanup
+BUILD_DIRS+= contrib/pg_standby
+
+.include "../../databases/postgresql90-client/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"