1999-06-06 17:11:59 +00:00
|
|
|
# New ports collection makefile for: tkgate
|
|
|
|
# Date created: 28 May 1999
|
|
|
|
# Whom: Jeffery Hansen <hansen@cmu.edu>
|
|
|
|
#
|
1999-08-25 04:58:03 +00:00
|
|
|
# $FreeBSD$
|
1999-06-06 17:11:59 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:24:42 +00:00
|
|
|
PORTNAME= tkgate
|
2003-01-17 00:36:49 +00:00
|
|
|
PORTVERSION= 1.6i
|
1999-06-06 17:11:59 +00:00
|
|
|
CATEGORIES= cad
|
2000-11-18 15:46:14 +00:00
|
|
|
MASTER_SITES= ftp://gadoid.ices.cmu.edu/pub/tkgate/
|
1999-06-06 17:11:59 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= hansen@cmu.edu
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= A Tcl/Tk based digital circuit editor and simulator
|
1999-06-06 17:11:59 +00:00
|
|
|
|
2003-01-17 00:40:42 +00:00
|
|
|
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
|
|
|
RUN_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83
|
1999-06-06 17:11:59 +00:00
|
|
|
|
2003-01-17 00:36:49 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BISON= yes
|
|
|
|
USE_X_PREFIX= yes
|
1999-06-06 17:11:59 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|