1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

New version - tk4.1 compatible.

This commit is contained in:
Jean-Marc Zucconi 1996-11-04 14:53:15 +00:00
parent f0c853e05b
commit 70d2bff251
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4295
3 changed files with 6 additions and 6 deletions

View File

@ -1,18 +1,18 @@
# New ports collection makefile for: tkhfs
# Version required: 2.4 (taken from FSBox.tcl)
# Version required: 1.27
# Date created: 17 November 1994
# Whom: jmz
#
# $Id: Makefile,v 1.10 1995/11/22 11:48:23 asami Exp $
# $Id: Makefile,v 1.11 1995/11/26 12:21:03 asami Exp $
#
DISTNAME= tkhfs
PKGNAME= tkhfs-2.4
PKGNAME= tkhfs-1.27
CATEGORIES+= emulators x11
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
MAINTAINER= jmz@FreeBSD.org
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs wish:${PORTSDIR}/x11/tk
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs wish:${PORTSDIR}/x11/tk41
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (tkhfs.tar.gz) = 87bffb549ed227db053a97d03fd14aa8
MD5 (tkhfs.tar.gz) = 71b3f01ec254aec07ceb31153c5b4113

View File

@ -6,7 +6,7 @@ cat >> Makefile << END || exit 1;
BINDIR = $PREFIX/bin
HFSBIN = \$(BINDIR)/hfs
WISH = \$(BINDIR)/wish
WISH = \$(BINDIR)/wish4.1
END
exit 0;