mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
00dcb9307e
PR: 22920 Submitted by: MAINTAINER
23 lines
456 B
Makefile
23 lines
456 B
Makefile
# New ports collection makefile for: tkgate
|
|
# Date created: 28 May 1999
|
|
# Whom: Jeffery Hansen <hansen@cmu.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkgate
|
|
PORTVERSION= 1.6e
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://gadoid.ices.cmu.edu/pub/tkgate/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= hansen@cmu.edu
|
|
|
|
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
|
RUN_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82/
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= gmac.1 tkgate.1
|
|
|
|
.include <bsd.port.mk>
|