Tweak databases/p5-Amazon-SimpleDB version 0.03_1
[dports.git] / databases / postgresql10-server / Makefile
1 # Created by: Marc G. Fournier <scrappy@FreeBSD.org>
2 # $FreeBSD$
3
4 DISTVERSION?=   10.12
5 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
6 # not their own.  Probably best to keep it at ?=0 when reset here too.
7 PORTREVISION?=  1
8 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
9
10 MAINTAINER?=    pgsql@FreeBSD.org
11
12 INSTALL_DIRS?=  src/common src/timezone src/backend \
13                 src/backend/utils/mb/conversion_procs \
14                 src/backend/snowball src/backend/replication/libpqwalreceiver \
15                 src/backend/replication/pgoutput \
16                 src/bin/initdb src/bin/pg_ctl \
17                 src/bin/pg_controldata src/bin/pg_resetwal src/pl \
18                 src/bin/pg_basebackup src/bin/pg_archivecleanup \
19                 src/bin/pg_rewind \
20                 src/bin/pg_test_fsync src/bin/pg_test_timing \
21                 src/bin/pg_waldump src/bin/pg_upgrade
22
23 PG_USER?=       postgres
24 PG_GROUP?=      postgres
25 PG_UID?=        770
26
27 .include "${.CURDIR}/../postgresql12-server/Makefile"