2005-01-31 01:00:28 +01:00
|
|
|
# New ports collection makefile for: PostgreSQL-client
|
|
|
|
# Date created: Wed Aug 25 00:13:57 CEST 2004
|
|
|
|
# Whom: Palle Girgensohn <girgen@pingpong.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# To depend on postgresql-client, set USE_PGSQL=yes.
|
|
|
|
# See Mk/bsd.port.mk for more info
|
|
|
|
|
|
|
|
PORTNAME= postgresql
|
|
|
|
PKGNAMESUFFIX= -client
|
2005-02-19 13:07:46 +01:00
|
|
|
PORTREVISION= 0
|
2005-01-31 01:00:28 +01:00
|
|
|
|
|
|
|
COMMENT= PostgreSQL database (client)
|
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../postgresql80-server
|
|
|
|
|
2007-01-09 17:29:35 +01:00
|
|
|
BUILD_DIRS= config src/include src/interfaces src/bin/pg_dump \
|
|
|
|
src/bin/psql src/bin/scripts src/bin/pg_config \
|
|
|
|
doc src/makefiles
|
2005-01-31 01:00:28 +01:00
|
|
|
CLIENT_ONLY= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|