forked from Lainports/freebsd-ports
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'.
16 lines
391 B
Makefile
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"
|