# $MidnightBSD: mports/databases/postgresql83-client/Makefile,v 1.1 2009/03/14 15:03:05 laffer1 Exp $
# To depend on postgresql-client, set USE_PGSQL=yes.

PORTNAME=	postgresql
PKGNAMESUFFIX=	-client

COMMENT=	PostgreSQL database (client)

MASTERDIR=	${.CURDIR}/../postgresql83-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"
