mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
b0f2aa0714
Approved by: portmgr (miwi)
30 lines
693 B
Makefile
30 lines
693 B
Makefile
# Created by: Palle Girgensohn <girgen@pingpong.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= postgresql
|
|
PORTREVISION= 0
|
|
CATEGORIES= databases
|
|
PKGNAMESUFFIX= -contrib
|
|
|
|
MAINTAINER= pgsql@FreeBSD.org
|
|
COMMENT= The contrib utilities from the PostgreSQL distribution
|
|
|
|
LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
USE_PGSQL= yes
|
|
DEFAULT_PGSQL_VER=84
|
|
MASTERDIR= ${.CURDIR}/../postgresql${DEFAULT_PGSQL_VER}-server
|
|
|
|
USES= bison
|
|
|
|
BUILD_DIRS= src/port contrib
|
|
INSTALL_DIRS= contrib
|
|
|
|
SLAVE_ONLY= yes
|
|
CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl
|
|
|
|
post-install:
|
|
@- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/README
|
|
|
|
.include "${MASTERDIR}/Makefile"
|