diff options
Diffstat (limited to 'databases/postgresql96-pltcl/Makefile')
-rw-r--r-- | databases/postgresql96-pltcl/Makefile | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/databases/postgresql96-pltcl/Makefile b/databases/postgresql96-pltcl/Makefile index 2870213e69dd..187e9915accf 100644 --- a/databases/postgresql96-pltcl/Makefile +++ b/databases/postgresql96-pltcl/Makefile @@ -1,32 +1,6 @@ # Created by: Palle Girgensohn <girgen@partitur.se> # $FreeBSD$ -PORTNAME= postgresql -# Keep the ?=, it is used by the other pltcl ports. -PORTREVISION?= 1 -CATEGORIES= databases tcl -PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT} +WANT_PGSQL_VER= 9.6 -MAINTAINER= pgsql@FreeBSD.org -COMMENT= Module for using Tcl to write SQL functions - -MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server - -WANT_PGSQL_VER?=9.6 - -USES+= tcl pgsql:${WANT_PGSQL_VER} -WANT_PGSQL= server - -CONFIGURE_ARGS= --with-tcl --without-tk \ - --with-tclconfig="${TCL_LIBDIR}" \ - --with-includes="${TCL_INCLUDEDIR}" - -CONFIGURE_ENV+= TCLSH="${TCLSH}" -MAKE_ENV+= TCL_INCDIR="${TCL_INCLUDEDIR}" - -BUILD_DIRS= src/backend src/pl/tcl -INSTALL_DIRS= src/pl/tcl -SLAVE_ONLY= yes -COMPONENT= -pltcl - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../postgresql12-pltcl/Makefile" |