aboutsummaryrefslogtreecommitdiffstats
path: root/cad/tkgate/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-24 08:29:28 +0800
committermharo <mharo@FreeBSD.org>2000-03-24 08:29:28 +0800
commit955988037f4c09c11fc601f6eccac13f3658778d (patch)
treeb58bd0c7cc8d4cb29266452ff89de21949abedc3 /cad/tkgate/Makefile
parent0423992f27596c10f0967a19f78bff0e984a88ad (diff)
downloadfreebsd-ports-gnome-955988037f4c09c11fc601f6eccac13f3658778d.tar.gz
freebsd-ports-gnome-955988037f4c09c11fc601f6eccac13f3658778d.tar.zst
freebsd-ports-gnome-955988037f4c09c11fc601f6eccac13f3658778d.zip
Update to 1.0
PR: 17554 Submitted by: maintainer
Diffstat (limited to 'cad/tkgate/Makefile')
-rw-r--r--cad/tkgate/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile
index 4594518ad38f..12f7ee18c9aa 100644
--- a/cad/tkgate/Makefile
+++ b/cad/tkgate/Makefile
@@ -1,29 +1,22 @@
# New ports collection makefile for: tkgate
-# Version required: 0.9
+# Version required: 1.0
# Date created: 28 May 1999
# Whom: Jeffery Hansen <hansen@cmu.edu>
#
# $FreeBSD$
#
-DISTNAME= tkgate-0.9
+DISTNAME= tkgate-1.0
CATEGORIES= cad
MASTER_SITES= http://www.cs.cmu.edu/~hansen/tkgate/
EXTRACT_SUFX= .tgz
MAINTAINER= hansen@cmu.edu
-LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
+LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
+RUN_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80/
-VERSION= 0.9
-PLIST_SUB+= VERSION=${VERSION}
USE_IMAKE= yes
-
-post-extract:
- @(cd ${WRKSRC}; find . -name .depend -delete)
-
-post-patch:
- @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/config.h
- @${PERL} -pi -e 's:__LOCALBASE__:${LOCALBASE}:g' ${WRKSRC}/config.h
+USE_BISON= yes
.include <bsd.port.mk>