2007-10-16 01:35:41 +02:00
|
|
|
# New ports collection makefile for: PostgreSQL-client
|
|
|
|
# Date created: Wed Nov 2 00:13:57 CET 2005
|
|
|
|
# Whom: Palle Girgensohn <girgen@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# To depend on postgresql-client, set USE_PGSQL=yes.
|
|
|
|
# See Mk/bsd.databases.mk for more info
|
|
|
|
|
|
|
|
PORTNAME= postgresql
|
|
|
|
PKGNAMESUFFIX= -client
|
2009-07-08 08:41:14 +02:00
|
|
|
PORTEPOCH= 1
|
2007-10-16 01:35:41 +02:00
|
|
|
|
|
|
|
COMMENT= PostgreSQL database (client)
|
|
|
|
|
2009-07-08 08:41:14 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../postgresql83-server
|
2007-10-16 01:35:41 +02: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
|
|
|
|
CLIENT_ONLY= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2007-10-16 01:35:41 +02:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|