summaryrefslogtreecommitdiff
path: root/misc/tkinfo/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-12 20:32:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-12 20:32:12 +0000
commiteabfc48a36f9cf687e5910f887fb4892ea1bd08b (patch)
treea884486f13428d381093505b375b85c6229680da /misc/tkinfo/Makefile
parentNow the rest of the ports Makefiles.... (diff)
And now the rest of the x11 ports Makefiles.
Notes
Notes: svn path=/head/; revision=1352
Diffstat (limited to '')
-rw-r--r--misc/tkinfo/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile
index ecb2f5fcc5cf..7eafe99c7d49 100644
--- a/misc/tkinfo/Makefile
+++ b/misc/tkinfo/Makefile
@@ -3,11 +3,14 @@
# Date created: 16 Jan 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
+# $Id$
+#
DISTNAME= tkinfo-0.6
-EXTRACT_SUFX= .tar.Z
-MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/
CATEGORIES+= x11
+MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/
+EXTRACT_SUFX= .tar.Z
+
EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk
.include <bsd.port.mk>