mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d28e7ff169
PR: 17554 Submitted by: maintainer
23 lines
459 B
Makefile
23 lines
459 B
Makefile
# New ports collection makefile for: tkgate
|
|
# Version required: 1.0
|
|
# Date created: 28 May 1999
|
|
# Whom: Jeffery Hansen <hansen@cmu.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= tkgate-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>
|