diff options
Diffstat (limited to 'emulators/tkhfs')
-rw-r--r-- | emulators/tkhfs/Makefile | 26 | ||||
-rw-r--r-- | emulators/tkhfs/distinfo | 3 | ||||
-rw-r--r-- | emulators/tkhfs/pkg-descr | 3 | ||||
-rw-r--r-- | emulators/tkhfs/scripts/configure | 12 |
4 files changed, 0 insertions, 44 deletions
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile deleted file mode 100644 index 8857b70f1770..000000000000 --- a/emulators/tkhfs/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: tkhfs -# Date created: 17 November 1994 -# Whom: jmz -# -# $FreeBSD$ -# - -PORTNAME= tkhfs -PORTVERSION= 1.27 -PORTREVISION= 3 -CATEGORIES= emulators tk -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= jmz -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Tcl/Tk front end to the hfs program - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_TK= yes -PLIST_FILES= bin/tkhfs -RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs - -.include <bsd.port.mk> diff --git a/emulators/tkhfs/distinfo b/emulators/tkhfs/distinfo deleted file mode 100644 index 0c72c835a18e..000000000000 --- a/emulators/tkhfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tkhfs.tar.gz) = 71b3f01ec254aec07ceb31153c5b4113 -SHA256 (tkhfs.tar.gz) = ec89b918fbd0952797a3c7ad197472c8a3b39c63470297b27d77664d448254a5 -SIZE (tkhfs.tar.gz) = 12956 diff --git a/emulators/tkhfs/pkg-descr b/emulators/tkhfs/pkg-descr deleted file mode 100644 index 7f6040b3ea99..000000000000 --- a/emulators/tkhfs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -tkhfs is a graphical Tcl/Tk front end to hfs. It displays the mac files -in a selector. You can walk through folders, copy or display files or images -with a double click on a file name. diff --git a/emulators/tkhfs/scripts/configure b/emulators/tkhfs/scripts/configure deleted file mode 100644 index 7e5cef44fb29..000000000000 --- a/emulators/tkhfs/scripts/configure +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -cd $WRKSRC || exit 1; - -cat >> Makefile << END || exit 1; - -BINDIR = $PREFIX/bin -HFSBIN = \$(BINDIR)/hfs -WISH = \$(BINDIR)/wish8.4 -END - -exit 0; |