1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/lang/gcl/Makefile

32 lines
624 B
Makefile
Raw Normal View History

1995-02-12 21:10:03 +00:00
# New ports collection makefile for: gcl
1999-11-25 18:34:01 +00:00
# Version required: 2.3
# Date created: Feb 8 1995
1995-02-12 21:10:03 +00:00
# Whom: hsu
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
1995-02-12 21:10:03 +00:00
#
1999-11-25 18:34:01 +00:00
DISTNAME= gcl-2.3
CATEGORIES= lang tk82
MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/gcl/
EXTRACT_SUFX= .tgz
1999-11-25 18:34:01 +00:00
MAINTAINER= jseger@FreeBSD.org
1999-11-25 18:34:01 +00:00
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
1995-02-12 21:10:03 +00:00
MAKEFILE= makefile
1999-11-25 18:34:01 +00: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
1995-02-12 21:10:03 +00:00
.include <bsd.port.mk>