mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
853b1b2183
Bump PORTREVISION PR: 84741 Submitted by: Carlos A M dos Santos <casantos@urisan.tche.br> Approved by: hansen@cmu.edu (maintainer timeout, 72 days)
29 lines
609 B
Makefile
29 lines
609 B
Makefile
# New ports collection makefile for: tkgate
|
|
# Date created: 28 May 1999
|
|
# Whom: Jeffery Hansen <hansen@cmu.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkgate
|
|
PORTVERSION= 1.8.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://gadoid.ices.cmu.edu/pub/tkgate/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= hansen@cmu.edu
|
|
COMMENT= A Tcl/Tk based digital circuit editor and simulator
|
|
|
|
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
|
RUN_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84
|
|
BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BISON= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|