blob: a2b4b0fdc58ec5455995d6d26ef823a80066c252 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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"
|