aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql96-server/Makefile
blob: 36a2f605b3d12cf5813900b051c5b0d09510b40a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
# $FreeBSD$

DISTVERSION?=   9.6.13
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own.  Probably best to keep it at ?=0 when reset here too.
PORTREVISION?=  0
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT}

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

PG_USER?=   postgres
PG_GROUP?=  postgres
PG_UID?=    770

ICU_PATCHFILE=  pg-96b4-icu-2016-10-02.diff.gz
OPTIONS_DEFAULT+=ICU

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