diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-04 12:20:57 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-04 12:20:57 +0000 |
commit | 808354a4f87dce16b08920ea66bd89c89dab6445 (patch) | |
tree | cdfb3c5abebc82bb0a32f8516231fc9315386912 /databases/postgresql-pltcl | |
parent | 1c51107f17b878069672b773e0702edb2a4164de (diff) | |
download | ports-808354a4f87dce16b08920ea66bd89c89dab6445.tar.gz ports-808354a4f87dce16b08920ea66bd89c89dab6445.zip |
Notes
Diffstat (limited to 'databases/postgresql-pltcl')
-rw-r--r-- | databases/postgresql-pltcl/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile index 5762049054fd..674f93883154 100644 --- a/databases/postgresql-pltcl/Makefile +++ b/databases/postgresql-pltcl/Makefile @@ -4,21 +4,26 @@ # # $FreeBSD$ # +POSTGRESQL_PORT?= databases/postgresql7 -PORTNAME= postgresql-pltcl +PORTNAME= postgresql +PORTVERSION!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V PORTVERSION +PORTREVISION?= 0 CATEGORIES= databases tcl83 -PORTREVISION= 0 +MASTER_SITES= ${MASTER_SITE_PGSQL} +MASTER_SITE_SUBDIR!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V MASTER_SITE_SUBDIR +PKGNAMESUFFIX= -pltcl +DISTFILES!= cd ${.CURDIR}/../../${POSTGRESQL_PORT} && ${MAKE} -V DISTFILES +DIST_SUBDIR= postgresql MAINTAINER= girgen@pingpong.net COMMENT= A module for using Tcl to write SQL functions -POSTGRESQL_PORT?= databases/postgresql7 -POSTGRESQL_SUBPORT=YES -.include "../../${POSTGRESQL_PORT}/Makefile" - LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} +MD5_FILE= ${.CURDIR}/../../${POSTGRESQL_PORT}/distinfo + # you can use "make TCLVERSION=8.4" or similar for your favourite tcl version TCLVERSION?= 8.3 CONFIGURE_ARGS= --with-tcl --without-tk \ |