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