From e2d9bb090283fdfebc480986309b931ba86ee1f5 Mon Sep 17 00:00:00 2001
From: edwin <edwin@FreeBSD.org>
Date: Mon, 13 Oct 2003 09:58:55 +0000
Subject: 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'.
---
 databases/Makefile                   |  1 +
 databases/postgresql-client/Makefile | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 databases/postgresql-client/Makefile

(limited to 'databases')

diff --git a/databases/Makefile b/databases/Makefile
index f00f3f8df845..9a90e6045882 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -154,6 +154,7 @@
     SUBDIR += php-sqlrelay
     SUBDIR += phpmyadmin
     SUBDIR += phppgadmin
+    SUBDIR += postgresql-client
     SUBDIR += postgresql-contrib
     SUBDIR += postgresql-devel
     SUBDIR += postgresql-docs
diff --git a/databases/postgresql-client/Makefile b/databases/postgresql-client/Makefile
new file mode 100644
index 000000000000..a2b4b0fdc58e
--- /dev/null
+++ b/databases/postgresql-client/Makefile
@@ -0,0 +1,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"
-- 
cgit