1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/cad/tkgate/Makefile
Pav Lucistnik 03611e3725 - Update to 1.8.6
PR:		ports/81221
Submitted by:	Jeffery Hansen <hansen@gadoid.ices.cmu.edu> (maintainer)
2005-05-19 16:08:04 +00:00

28 lines
606 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
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= tk83.1:${PORTSDIR}/x11-toolkits/tk83
RUN_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83
BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT}
GNU_CONFIGURE= yes
USE_BISON= yes
USE_X_PREFIX= yes
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>