1995-02-12 16:10:03 -05:00
|
|
|
# New ports collection makefile for: gcl
|
1999-11-25 13:34:01 -05:00
|
|
|
# Date created: Feb 8 1995
|
1995-02-12 16:10:03 -05:00
|
|
|
# Whom: hsu
|
|
|
|
#
|
1999-08-25 02:35:40 -04:00
|
|
|
# $FreeBSD$
|
1995-02-12 16:10:03 -05:00
|
|
|
#
|
|
|
|
|
2000-04-12 02:21:15 -04:00
|
|
|
PORTNAME= gcl
|
|
|
|
PORTVERSION= 2.3
|
1999-11-25 13:34:01 -05:00
|
|
|
CATEGORIES= lang tk82
|
2000-04-12 02:21:15 -04:00
|
|
|
MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/gcl/
|
1999-11-25 13:34:01 -05:00
|
|
|
EXTRACT_SUFX= .tgz
|
1996-11-11 21:19:40 -05:00
|
|
|
|
2001-09-17 13:40:31 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1996-11-11 21:19:40 -05:00
|
|
|
|
1999-11-25 13:34:01 -05:00
|
|
|
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
1998-10-13 21:17:50 -04:00
|
|
|
|
2000-02-27 12:44:01 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 400011
|
|
|
|
BROKEN= "GCL isn't compatible with the new signals."
|
|
|
|
.endif
|
|
|
|
|
1995-02-12 16:10:03 -05:00
|
|
|
MAKEFILE= makefile
|
1997-10-13 05:10:33 -04:00
|
|
|
|
1999-11-25 13:34:01 -05:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_SUB= GCL_VER=2.3
|
|
|
|
|
1997-10-13 05:10:33 -04:00
|
|
|
pre-build:
|
|
|
|
${RM} -rf ${WRKSRC}/info/gcl-si.info*
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/info/gcl-si.info ${PREFIX}/info
|
|
|
|
@install-info ${PREFIX}/info/gcl-si.info ${PREFIX}/info/dir
|
|
|
|
|
2000-02-27 12:44:01 -05:00
|
|
|
.include <bsd.port.post.mk>
|