2002-02-19 09:39:03 +01:00
|
|
|
# New ports collection makefile for: PostgreSQL PL/Tcl
|
|
|
|
# Date created: January 14, 2002
|
|
|
|
# Whom: Palle Girgensohn <girgen@partitur.se>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-01-31 01:35:55 +01:00
|
|
|
PORTNAME= postgresql
|
2010-08-30 22:42:23 +02:00
|
|
|
PORTREVISION= 3
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= databases tcl
|
2003-09-04 14:20:57 +02:00
|
|
|
PKGNAMESUFFIX= -pltcl
|
2002-02-19 09:39:03 +01:00
|
|
|
|
2012-03-04 18:19:59 +01:00
|
|
|
MAINTAINER= pgsql@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A module for using Tcl to write SQL functions
|
2002-02-19 09:39:03 +01:00
|
|
|
|
2012-03-05 22:18:50 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER}-server
|
2003-12-04 13:00:49 +01:00
|
|
|
|
2011-06-03 12:00:17 +02:00
|
|
|
BUILD_DEPENDS= postgres:${POSTGRESQL_PORT}
|
|
|
|
RUN_DEPENDS= postgres:${POSTGRESQL_PORT}
|
2012-03-05 22:18:50 +01:00
|
|
|
POSTGRESQL_PORT?=${PORTSDIR}/databases/postgresql${WANT_PGSQL_VER}-server
|
|
|
|
|
|
|
|
WANT_PGSQL_VER?=91
|
2002-02-19 09:39:03 +01:00
|
|
|
|
2010-03-26 00:27:56 +01:00
|
|
|
# you can use "make WITH_TCL_VER=84" or similar for your favourite tcl version
|
|
|
|
USE_TCL= 84+
|
2002-02-19 09:39:03 +01:00
|
|
|
CONFIGURE_ARGS= --with-tcl --without-tk \
|
2010-03-26 00:27:56 +01:00
|
|
|
--with-tclconfig="${TCL_LIBDIR}" \
|
|
|
|
--with-includes="${TCL_INCLUDEDIR}"
|
2002-02-19 09:39:03 +01:00
|
|
|
|
2010-03-26 00:27:56 +01:00
|
|
|
CONFIGURE_ENV+= TCLSH="${TCLSH}"
|
|
|
|
MAKE_ENV+= TCL_INCDIR="${TCL_INCLUDEDIR}"
|
2002-02-19 09:39:03 +01:00
|
|
|
|
2012-02-19 15:02:26 +01:00
|
|
|
BUILD_DIRS= src/backend src/pl/tcl
|
|
|
|
INSTALL_DIRS= src/pl/tcl
|
2005-01-31 01:35:55 +01:00
|
|
|
SLAVE_ONLY= yes
|
2002-02-19 09:39:03 +01:00
|
|
|
|
2005-01-31 01:35:55 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|