freebsd-ports/databases/postgresql84-client/Makefile
Martin Matuska 38401795bf - Update to 8.4.1
- Set INTDATE on as default (this is default by PostgreSQL)

PR:		ports/139277
Submitted by:	Olli Hauer <ohauer@gmx.de>
Approved by:	maintainer timeout (2 months)
2009-12-02 22:21:27 +00:00

23 lines
579 B
Makefile

# New ports collection makefile for: PostgreSQL-client
# Date created: 2009-07-08
# 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
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql84-server
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
USE_LDCONFIG= yes
.include "${MASTERDIR}/Makefile"