forked from Lainports/freebsd-ports
This port installs the client part of PostgreSQL.
PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
This commit is contained in:
parent
1e1dd8e98a
commit
5a566703b2
1 changed files with 21 additions and 0 deletions
21
databases/postgresql80-client/Makefile
Normal file
21
databases/postgresql80-client/Makefile
Normal 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"
|
||||
Loading…
Add table
Reference in a new issue