summaryrefslogtreecommitdiff
path: root/databases/postgres-xl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgres-xl/Makefile')
-rw-r--r--databases/postgres-xl/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/databases/postgres-xl/Makefile b/databases/postgres-xl/Makefile
new file mode 100644
index 000000000000..74680335a108
--- /dev/null
+++ b/databases/postgres-xl/Makefile
@@ -0,0 +1,33 @@
+# Created by: Jov <amutu@amutu.com>
+# $FreeBSD$
+
+PORTNAME= postgres-xl
+DISTVERSION= 9.5r1.5
+CATEGORIES= databases
+MASTER_SITES= http://files.postgres-xl.org/
+
+MAINTAINER= amutu@amutu.com
+COMMENT= Scalable open source PostgreSQL-based database cluster
+
+LICENSE= PostgreSQL
+
+BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
+BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
+
+CONFLICTS= postgresql[^${PORTVERSION:R:R}]?-client* \
+ postgresql${COMPONENT}-[^${PORTVERSION:R:R}].* \
+ postgresql9[^${PORTVERSION:R:E}]-client* \
+ postgresql${COMPONENT}-9.[^${PORTVERSION:R:E}].*
+
+USES= gmake readline
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-world
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so \
+ ${STAGEDIR}${PREFIX}/bin/* \
+ ${STAGEDIR}${PREFIX}/lib/postgresql/*.so \
+ ${STAGEDIR}${PREFIX}/lib/postgresql/pgxs/src/test/regress/*
+
+.include <bsd.port.mk>