1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/gcl/Makefile

23 lines
575 B
Makefile
Raw Normal View History

1995-02-12 21:10:03 +00:00
# New ports collection makefile for: gcl
1995-04-16 22:10:15 +00:00
# Version required: 2.0
1995-02-12 21:10:03 +00:00
# Date created: Wed Feb 8 01:49:11 1995
# Whom: hsu
#
# $Id: Makefile,v 1.7 1996/11/12 02:18:17 obrien Exp $
1995-02-12 21:10:03 +00:00
#
1995-04-16 22:10:15 +00:00
DISTNAME= gcl-2.0
CATEGORIES= lang
1995-04-15 05:44:50 +00:00
MASTER_SITES= ftp://ftp.cli.com/pub/gcl/ ftp://math.utexas.edu/pub/gcl/
1995-02-12 21:10:03 +00:00
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
BROKEN= "Seems to depend on old version of tcl/tk"
1995-02-12 21:10:03 +00:00
MAKEFILE= makefile
do-install:
1995-02-12 21:10:03 +00:00
@(cd ${WRKSRC}; ${MAKE} PREFIX_DIR=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.include <bsd.port.mk>