diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-25 18:34:01 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-25 18:34:01 +0000 |
commit | a1d94b37d5e4eae5278ec6ab5579acaee1e3b234 (patch) | |
tree | 0ff86db0f53148098befde196e8bde7237e2baab /lang/gcl/Makefile | |
parent | Switch to tcl/tk 8.2 (diff) |
Unbreak and upgrade to gcl-2.3
Diffstat (limited to 'lang/gcl/Makefile')
-rw-r--r-- | lang/gcl/Makefile | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile index cb71d3ad5254..964143939fd5 100644 --- a/lang/gcl/Makefile +++ b/lang/gcl/Makefile @@ -1,23 +1,26 @@ # New ports collection makefile for: gcl -# Version required: 2.2.2 -# Date created: Wed Feb 8 01:49:11 1995 +# Version required: 2.3 +# Date created: Feb 8 1995 # Whom: hsu # # $FreeBSD$ # -DISTNAME= gcl-2.2.2 -CATEGORIES= lang -MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/gcl/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= gcl +DISTNAME= gcl-2.3 +CATEGORIES= lang tk82 +MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/gcl/ +EXTRACT_SUFX= .tgz -MAINTAINER= jseger@freebsd.org +MAINTAINER= jseger@FreeBSD.org -BROKEN_ELF= yes +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 MAKEFILE= makefile +GNU_CONFIGURE= yes + +PLIST_SUB= GCL_VER=2.3 + pre-build: ${RM} -rf ${WRKSRC}/info/gcl-si.info* |