blob: 1c1f0f21584974463796a07e44922f5b1e8c1178 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= postgresql
PORTREVISION= 0
PKGNAMESUFFIX= -client
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
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|