blob: 8127f9245b01e3a66e62c2f9f279dd975292c8f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: tkhfs
# Date created: 17 November 1994
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= tkhfs
PORTVERSION= 1.27
PORTREVISION= 2
CATEGORIES= emulators tk84
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jmz
DISTNAME= ${PORTNAME}
MAINTAINER= jmz@FreeBSD.org
COMMENT= A Tcl/Tk front end to the hfs program
USE_TK= yes
PLIST_FILES= bin/tkhfs
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs
.include <bsd.port.mk>
|