mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
1fa698450e
Submitted by: bento
24 lines
471 B
Makefile
24 lines
471 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
|
|
MAN1= gmac.1 tkgate.1
|
|
|
|
.include <bsd.port.mk>
|