aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql95-server/Makefile
blob: 6267c45bd3eae07df6f94f6c5a5d8017332e2b10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$

DISTVERSION?=   9.5.7

MAINTAINER?=    pgsql@FreeBSD.org

INSTALL_DIRS?=  src/common src/timezone src/backend \
        src/backend/utils/mb/conversion_procs \
        src/backend/snowball src/backend/replication/libpqwalreceiver \
        src/bin/initdb src/bin/pg_ctl \
        src/bin/pg_controldata src/bin/pg_resetxlog src/pl \
        src/bin/pg_basebackup src/bin/pg_archivecleanup \
        src/bin/pg_rewind \
        src/bin/pg_test_fsync src/bin/pg_test_timing \
        src/bin/pg_xlogdump src/bin/pg_upgrade

ICU_PATCHFILE=  pg-954-icu-2016-08-10.diff.gz

.include "${.CURDIR}/../postgresql92-server/Makefile"