diff options
Diffstat (limited to 'databases/postgres-xl/Makefile')
-rw-r--r-- | databases/postgres-xl/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/databases/postgres-xl/Makefile b/databases/postgres-xl/Makefile deleted file mode 100644 index 975445301c98..000000000000 --- a/databases/postgres-xl/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Jov <amutu@amutu.com> -# $FreeBSD$ - -PORTNAME= postgres-xl -DISTVERSION= 9.5r1.5 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= http://files.postgres-xl.org/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Scalable open source PostgreSQL-based database cluster - -LICENSE= PostgreSQL - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -BUILD_DEPENDS= 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 -LLD_UNSAFE= 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> |