freebsd-ports/databases/postgresql93-client/Makefile
Palle Girgensohn 03e1bcd5c2 Install libpgcommon.a, required by extensions.
PR:	ports/182190
2013-09-18 08:56:50 +00:00

24 lines
565 B
Makefile

# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
#
# To depend on postgresql-client, set USE_PGSQL=yes.
# See Mk/bsd.databases.mk for more info
PORTNAME= postgresql
PORTREVISION= 0
PKGNAMESUFFIX= -client
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql93-server
BUILD_DIRS= config src/include src/interfaces src/port \
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
doc src/makefiles
INSTALL_DIRS= ${BUILD_DIRS}
CLIENT_ONLY= yes
USE_LDCONFIG= yes
USES= pkgconfig
.include "${MASTERDIR}/Makefile"