aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql80-client/Makefile
blob: 9b3ce9abf9d78d6aead38f7462a7d1c87759bad6 (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 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
PORTREVISION=   0

COMMENT=    PostgreSQL database (client)

MASTERDIR=  ${.CURDIR}/../postgresql80-server

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

.include "${MASTERDIR}/Makefile"