aboutsummaryrefslogtreecommitdiff
path: root/emulators
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 /emulators
parent2327dcc513edf942d1e35b5e5bdc16284e569fa6 (diff)
downloadports-eabfc48a36f9cf687e5910f887fb4892ea1bd08b.tar.gz
ports-eabfc48a36f9cf687e5910f887fb4892ea1bd08b.zip
And now the rest of the x11 ports Makefiles.
Notes
Notes: svn path=/head/; revision=1352
Diffstat (limited to 'emulators')
-rw-r--r--emulators/tkhfs/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile
index 515b98d02999..528579de7599 100644
--- a/emulators/tkhfs/Makefile
+++ b/emulators/tkhfs/Makefile
@@ -1,8 +1,19 @@
+# New ports collection makefile for: tkhfs
+# Version required: 2.4 (taken from FSBox.tcl)
+# Date created: 17 November 1994
+# Whom: jmz
+#
+# $Id$
+#
+
DISTNAME= tkhfs
-MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
+PKGNAME= tkhfs-2.4
CATEGORIES+= x11
+MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
+
+MAINTAINER= jmz@FreeBSD.org
+
EXEC_DEPENDS= hfs:${PORTSDIR}/utils/hfs
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
-MAINTAINER= jmz@FreeBSD.org
.include <bsd.port.mk>