Bump databases/postgis25 to version 2.5.4_1
[dports.git] / databases / postgresql95-client / Makefile
1 # Created by: Palle Girgensohn <girgen@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       postgresql
5 PORTREVISION=   0
6
7 COMMENT=        PostgreSQL database (client)
8
9 MASTERDIR=      ${.CURDIR}/../postgresql95-server
10
11 BUILD_DIRS=     config src/include src/interfaces src/port \
12                 src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
13                 src/bin/pgbench doc src/makefiles src/test/regress
14 INSTALL_DIRS=   ${BUILD_DIRS}
15
16 CLIENT_ONLY=    yes
17 COMPONENT=      -client
18 USE_LDCONFIG=   yes
19 USES=           pkgconfig
20
21 .include "${MASTERDIR}/Makefile"