1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/cad/tkgate/Makefile

23 lines
447 B
Makefile

# New ports collection makefile for: tkgate
# Date created: 28 May 1999
# Whom: Jeffery Hansen <hansen@cmu.edu>
#
# $FreeBSD$
#
PORTNAME= tkgate
PORTVERSION= 1.0
CATEGORIES= cad
MASTER_SITES= http://www.cs.cmu.edu/~hansen/tkgate/
EXTRACT_SUFX= .tgz
MAINTAINER= hansen@cmu.edu
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
RUN_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80/
USE_IMAKE= yes
USE_BISON= yes
.include <bsd.port.mk>