summaryrefslogtreecommitdiff
path: root/databases/postgresql80-client
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-01-31 00:00:28 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-01-31 00:00:28 +0000
commit5a566703b21dffce748be5f82ea4e1153d615dac (patch)
treed1e5209616ebf0529aad5c84f7edba58377d6db9 /databases/postgresql80-client
parentAdd missing files. (diff)
This port installs the client part of PostgreSQL.
PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
Notes
Notes: svn path=/head/; revision=127733
Diffstat (limited to 'databases/postgresql80-client')
-rw-r--r--databases/postgresql80-client/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/postgresql80-client/Makefile b/databases/postgresql80-client/Makefile
new file mode 100644
index 000000000000..c9f2c80b3f84
--- /dev/null
+++ b/databases/postgresql80-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 <girgen@pingpong.net>
+#
+# $FreeBSD$
+#
+# To depend on postgresql-client, set USE_PGSQL=yes.
+# See Mk/bsd.port.mk for more info
+
+PORTNAME= postgresql
+PKGNAMESUFFIX= -client
+
+COMMENT= PostgreSQL database (client)
+
+MASTERDIR= ${.CURDIR}/../postgresql80-server
+
+BUILD_DIRS= src/include src/interfaces src/bin doc
+CLIENT_ONLY= yes
+INSTALLS_SHLIB= yes
+
+.include "${MASTERDIR}/Makefile"