mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
575590a86b
to require and older version of tcl/tk. Given that the latest version (called 2.2, as opposed to 2.0 that we have) is timestamped November '95, we may not have much hope. :(
23 lines
575 B
Makefile
23 lines
575 B
Makefile
# New ports collection makefile for: gcl
|
|
# Version required: 2.0
|
|
# Date created: Wed Feb 8 01:49:11 1995
|
|
# Whom: hsu
|
|
#
|
|
# $Id: Makefile,v 1.7 1996/11/12 02:18:17 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= gcl-2.0
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.cli.com/pub/gcl/ ftp://math.utexas.edu/pub/gcl/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
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>
|