aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql84-client/Makefile
blob: d9819d44caf42f78638391a4ac9e83d7a7b5678b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    PostgreSQL-client
# Date created:             2009-07-08
# Whom:                 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
PKGNAMESUFFIX=  -client
PORTREVISION=   0

COMMENT=    PostgreSQL database (client)

MASTERDIR=  ${.CURDIR}/../postgresql84-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
CLIENT_ONLY=    yes
USE_LDCONFIG=   yes

.include "${MASTERDIR}/Makefile"