1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

This port installs the client part of PostgreSQL.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
This commit is contained in:
Palle Girgensohn 2005-01-31 00:00:28 +00:00
parent 1e1dd8e98a
commit 5a566703b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127733

View File

@ -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"