aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql81-client/Makefile
blob: 9299683e5a892a6876b28cb51c17b7a295d9dce3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    PostgreSQL-client
# Date created:             Wed Nov 2 00:13:57 CET 2005
# 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}/../postgresql81-server

BUILD_DIRS= config src/include src/interfaces src/bin doc src/makefiles
CLIENT_ONLY=    yes
INSTALLS_SHLIB= yes

.include "${MASTERDIR}/Makefile"