mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
40c9c7f7eb
- Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
35 lines
854 B
Makefile
35 lines
854 B
Makefile
# 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
|
|
|
|
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>
|