From 03e63e3bdbb7e407689c7729c740d54a32bfd7a3 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Tue, 23 Nov 2004 19:15:12 +0000 Subject: Another step along the road to the postgresql new world order. Note that none of these ports are (yet) hooked into the tree, and will not compile unless you set a specific environmental variable. This should be warning enough to leave well alone for now :) Submitted by: maintainer --- databases/postgresql74-client/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 databases/postgresql74-client/Makefile (limited to 'databases/postgresql74-client') diff --git a/databases/postgresql74-client/Makefile b/databases/postgresql74-client/Makefile new file mode 100644 index 000000000000..c6146f0dbb17 --- /dev/null +++ b/databases/postgresql74-client/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: PostgreSQL-client +# Date created: Wed Aug 25 00:13:57 CEST 2004 +# Whom: Palle Girgensohn +# +# $FreeBSD$ +# +# To depend on postgresql-client, set USE_POSTGRESQL=yes. +# See Mk/bsd.port.mk for more info + +PORTNAME= postgresql +PKGNAMESUFFIX= -client + +COMMENT= PostgreSQL database (client) + +MASTERDIR= ${.CURDIR}/../postgresql74-server + +BUILD_DIRS= src/bin src/include src/interfaces doc +CLIENT_ONLY= yes +INSTALLS_SHLIB= yes + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3