mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
18 lines
570 B
Makefile
18 lines
570 B
Makefile
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
DISTVERSION?= 9.0.19
|
|
PORTREVISION?= 0
|
|
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
|
|
|
|
MAINTAINER?= pgsql@FreeBSD.org
|
|
|
|
ICU_PATCHFILE?= pg-9019-icu-2015-04-18.diff.gz
|
|
BUILD_DIRS?= 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
|
|
INSTALL_DIRS?= ${BUILD_DIRS}
|
|
COMPONENT?= -server
|
|
|
|
.include "${.CURDIR}/../postgresql91-server/Makefile"
|