aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tkman
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-13 04:32:12 +0800
committerasami <asami@FreeBSD.org>1995-04-13 04:32:12 +0800
commit8b4236cf7ebe88317356fa74570fea802de1bd0e (patch)
tree7e4bc01a5237a086344bcf19181b850324b0cc72 /misc/tkman
parent4b66b1425f949394009f8068fe492c88c8864a2e (diff)
downloadfreebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz
freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.zst
freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'misc/tkman')
-rw-r--r--misc/tkman/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile
index 51683bc6f47e..50b65a524224 100644
--- a/misc/tkman/Makefile
+++ b/misc/tkman/Makefile
@@ -3,11 +3,15 @@
# Date created: 27 Dec 1994
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
+# $Id$
+#
DISTNAME= tkman-1.6
-MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
CATEGORIES+= x11
-EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk rman:${PORTSDIR}/utils/rman
+MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
EXTRACT_SUFX= .tar.Z
+EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk \
+ rman:${PORTSDIR}/utils/rman
+
.include <bsd.port.mk>