freebsd-ports/emulators/tkhfs/Makefile
Martin Matuska 24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00

23 lines
470 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
USE_TK= yes
PLIST_FILES= bin/tkhfs
RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs
.include <bsd.port.mk>