# $MidnightBSD: mports/databases/postgresql84-client/Makefile,v 1.1 2010/09/24 00:00:39 laffer1 Exp $
# To depend on postgresql-client, set USE_PGSQL=yes.

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"
