mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
92b220fa9c
With hat: portmgr
24 lines
468 B
Makefile
24 lines
468 B
Makefile
# New ports collection makefile for: tkhfs
|
|
# Date created: 17 November 1994
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkhfs
|
|
PORTVERSION= 1.27
|
|
PORTREVISION= 2
|
|
CATEGORIES= emulators tk
|
|
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>
|