blob: e5b0a0deee44db901912ef070763f3e0e56f379c (
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: 1.27
# Date created: 17 November 1994
# Whom: jmz
#
# $Id: Makefile,v 1.11 1995/11/26 12:21:03 asami Exp $
#
DISTNAME= tkhfs
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/tk41
.include <bsd.port.mk>
|