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

DISTVERSION?=   9.3.6
PORTREVISION?=  0
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}

MAINTAINER?=    pgsql@FreeBSD.org

USES+=  cpe

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

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