forked from Lainports/opnsense-ports
22 lines
716 B
Makefile
22 lines
716 B
Makefile
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
DISTVERSION?= 9.0.23
|
|
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
|
|
|
|
# EOL was reached in September 2015
|
|
# http://www.postgresql.org/support/versioning/
|
|
DEPRECATED= "EOL was reached in September 2015"
|
|
EXPIRATION_DATE=2016-04-13
|
|
|
|
.include "${.CURDIR}/../postgresql91-server/Makefile"
|