freebsd-ports/databases/postgresql-client/Makefile
Edwin Groothuis 87c975419f New slaveport: databases/postgresql-client.
It installs databases/postgresql7 with the WITHOUT_SERVER
	option, making it an ideal replacement for all the ports
	'which require libpq.so.3 but are currently building the
	full database server for it'.
2003-10-13 09:58:55 +00:00

16 lines
391 B
Makefile

# Ports collection makefile for: postgresql-client
# Date created: October 12, 2003
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= postgresql7
MAINTAINER= ports@freebsd.org
COMMENT= The most advanced open-source database available anywhere - client only
WITHOUT_SERVER= yes
MASTERDIR= ${.CURDIR}/../../databases/postgresql7
.include "${MASTERDIR}/Makefile"