freebsd-ports/lang/gcl/Makefile
Satoshi Asami 575590a86b Well, I did my best to try to make this thing compile but it seems
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. :(
1997-03-05 12:24:57 +00:00

22 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>