freebsd-ports/misc/tkrunit/Makefile
Martin Matuska 9e228b9d64 - Deprecate due to planned removal of tcl82 / tk82
- Set expiration date to 2009-04-22
2009-01-22 12:12:33 +00:00

41 lines
1.2 KiB
Makefile

# New ports collection makefile for: tkrunnit
# Date created: 6 February, 1999
# Whom: Stephen Farrell <steve@farrell.org>
#
# $FreeBSD$
#
PORTNAME= tkRunIt
PORTVERSION= 0.94.1
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://thaumaturgy.net/~etgold/software/tkRunIt/
DISTNAME= tkRunIt-0941
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI app launcher with completion and history
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
DEPRECATED= tcl82 support is going to be dropped
EXPIRATION_DATE= 2009-04-22
NO_BUILD= yes
post-extract:
@(cd ${WRKDIR} ; ${MV} tkRunIt ${DISTNAME})
do-install:
@(cd ${WRKSRC} ; ${INSTALL_SCRIPT} runit.tcl ${PREFIX}/bin)
post-install:
@${ECHO} " "
@${ECHO} "-------------------------------------------------------------------"
@${ECHO} "===> Installing runitrc.sample in ${PREFIX}/share/examples/tkrunit"
@${ECHO} "===> Copy runitrc.sample to ~/.runitrc and modify if you wish"
@${ECHO} "-------------------------------------------------------------------"
@${ECHO} " "
@${MKDIR} ${PREFIX}/share/examples/tkrunit && ${CHMOD} a+rx ${PREFIX}/share/examples/tkrunit
@${INSTALL_DATA} ${WRKSRC}/runitrc.sample ${PREFIX}/share/examples/tkrunit
.include <bsd.port.mk>