freebsd-ports/lang/gcl/Makefile

38 lines
722 B
Makefile
Raw Normal View History

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
#
PORTNAME= gcl
PORTVERSION= 2.3
1999-11-25 13:34:01 -05:00
CATEGORIES= lang tk82
MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/gcl/
1999-11-25 13:34:01 -05:00
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
1999-11-25 13:34:01 -05:00
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
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
1999-11-25 13:34:01 -05:00
GNU_CONFIGURE= yes
PLIST_SUB= GCL_VER=2.3
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>