1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/emulators/tkhfs/Makefile
Baptiste Daroussin f9c426ae8c Deprecate unmaintained ports from emulators where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-16 06:50:51 +00:00

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>