forked from Lainports/freebsd-ports
"Revert the change from readline to libedit, and instead make libedit optional.", I failed to get the PORTREVISION set correctly. Fixed now. PR: ports/197362
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-9017-icu-2014-06-09.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"
|