blob: 6f9d4eb9ccfadaa77fa9d45a6b04bcf5e8e6db02 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: tkhfs
# Date created: 17 November 1994
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= tkhfs
PORTVERSION= 1.27
CATEGORIES= emulators tk82
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jmz
DISTNAME= ${PORTNAME}
MAINTAINER= jmz@FreeBSD.org
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs \
wish8.2:${PORTSDIR}/x11-toolkits/tk82
.include <bsd.port.mk>
|