# New ports collection makefile for:	postgresql7-client
# Date created:		18.Nov 2003
# Whom:			dirk.meyer@dinoex.sub.org
#
# $FreeBSD: ports/databases/postgresql7-client/Makefile,v 1.1 2003/11/18 05:39:01 dinoex Exp $

CATEGORIES=	databases

MAINTAINER=	dinoex@FreeBSD.org

MASTERDIR?=	${.CURDIR}/../postgresql7
WITHOUT_SERVER=yes

.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif

.include "${MASTERDIR}/Makefile"
