freebsd-ports/lang/gcl/Makefile

32 lines
624 B
Makefile
Raw Normal View History

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