aboutsummaryrefslogtreecommitdiff
path: root/lang/gcl/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-10-07 09:20:12 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-10-07 09:20:12 +0000
commitae3c2d150f19b3c79fe047588fd8c5a51a3410ea (patch)
treec26334d917a66117adafc7f563cdc938ee74643c /lang/gcl/Makefile
parentc4f87c3016f87e94a33e77c37ef801a4512d8816 (diff)
downloadports-ae3c2d150f19b3c79fe047588fd8c5a51a3410ea.tar.gz
ports-ae3c2d150f19b3c79fe047588fd8c5a51a3410ea.zip
Notes
Diffstat (limited to 'lang/gcl/Makefile')
-rw-r--r--lang/gcl/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile
index cac9c8c1066f..e9e2f53461fb 100644
--- a/lang/gcl/Makefile
+++ b/lang/gcl/Makefile
@@ -1,22 +1,17 @@
# New ports collection makefile for: gcl
-# Version required: 2.0
+# Version required: 2.2.2
# Date created: Wed Feb 8 01:49:11 1995
# Whom: hsu
#
-# $Id: Makefile,v 1.7 1996/11/12 02:18:17 obrien Exp $
+# $Id: Makefile,v 1.8 1997/03/05 12:24:46 asami Exp $
#
-DISTNAME= gcl-2.0
+DISTNAME= gcl-2.2.2
CATEGORIES= lang
-MASTER_SITES= ftp://ftp.cli.com/pub/gcl/ ftp://math.utexas.edu/pub/gcl/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/gcl/ \
+ ${MASTER_SITE_GNU}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= jseger@freebsd.scds.com
-BROKEN= "Seems to depend on old version of tcl/tk"
MAKEFILE= makefile
-
-do-install:
- @(cd ${WRKSRC}; ${MAKE} PREFIX_DIR=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
-
.include <bsd.port.mk>