2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Palle Girgensohn <girgen@pingpong.net>
|
2010-09-20 15:46:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= postgresql
|
2011-10-18 11:03:33 +02:00
|
|
|
PORTREVISION= 0
|
2010-09-20 15:46:47 +02:00
|
|
|
CATEGORIES= databases
|
2013-10-15 19:17:05 +02:00
|
|
|
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
|
2010-09-20 15:46:47 +02:00
|
|
|
|
2012-03-04 18:19:59 +01:00
|
|
|
MAINTAINER= pgsql@FreeBSD.org
|
2010-09-20 15:46:47 +02:00
|
|
|
COMMENT= The contrib utilities from the PostgreSQL distribution
|
|
|
|
|
2013-10-15 19:17:05 +02:00
|
|
|
LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt \
|
|
|
|
libxml2.so:${PORTSDIR}/textproc/libxml2
|
2011-10-18 11:03:33 +02:00
|
|
|
|
2010-09-20 15:46:47 +02:00
|
|
|
USE_PGSQL= yes
|
|
|
|
DEFAULT_PGSQL_VER=90
|
|
|
|
MASTERDIR= ${.CURDIR}/../postgresql${DEFAULT_PGSQL_VER}-server
|
|
|
|
|
2013-03-08 12:32:11 +01:00
|
|
|
USES= bison
|
2010-09-20 15:46:47 +02:00
|
|
|
|
|
|
|
BUILD_DIRS= src/port contrib
|
|
|
|
INSTALL_DIRS= contrib
|
|
|
|
|
|
|
|
SLAVE_ONLY= yes
|
2013-10-10 02:09:35 +02:00
|
|
|
COMPONENT= -contrib
|
2012-10-16 19:28:22 +02:00
|
|
|
CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl
|
2010-10-07 08:58:10 +02:00
|
|
|
LDFLAGS+= ${PTHREAD_LIBS} -L${PREFIX}/lib
|
2010-09-20 15:46:47 +02:00
|
|
|
|
2012-10-16 19:28:22 +02:00
|
|
|
OPTIONS_DEFINE= OSSP_UUID
|
|
|
|
OSSP_UUID_DESC= Enable / disable ossp-uuid support
|
|
|
|
OPTIONS_DEFAULT= OSSP_UUID
|
2012-01-23 21:36:58 +01:00
|
|
|
|
2013-09-20 18:13:47 +02:00
|
|
|
NO_STAGE= yes
|
2010-09-20 15:46:47 +02:00
|
|
|
post-install:
|
|
|
|
@- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/README
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|