mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
f9c426ae8c
where no distfiles can be found and are not used by maintained ports
27 lines
574 B
Makefile
27 lines
574 B
Makefile
# New ports collection makefile for: tkhfs
|
|
# Date created: 17 November 1994
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkhfs
|
|
PORTVERSION= 1.27
|
|
PORTREVISION= 3
|
|
CATEGORIES= emulators tk
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= jmz
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Tcl/Tk front end to the hfs program
|
|
|
|
DEPRECATED= Upstream disapear and distfile is no more available
|
|
EXPIRATION_DATE= 2011-05-01
|
|
|
|
USE_TK= yes
|
|
PLIST_FILES= bin/tkhfs
|
|
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs
|
|
|
|
.include <bsd.port.mk>
|