blob: 7a8a7c7cf661376c5bdb7631e22d122ae6199662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: tkhfs
# Version required: 2.4 (taken from FSBox.tcl)
# Date created: 17 November 1994
# Whom: jmz
#
# $Id: Makefile,v 1.10 1995/11/22 11:48:23 asami Exp $
#
DISTNAME= tkhfs
PKGNAME= tkhfs-2.4
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
.include <bsd.port.mk>
|