summaryrefslogtreecommitdiff
path: root/misc/tkrunit/Makefile
blob: 8fd67876ec5fd40876608b05c0e8faf51f3e2b7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:	tkrunnit
# Version required:     	0.94.1
# Date created:			6 February, 1999
# Whom:				Stephen Farrell <steve@farrell.org>
#
# $FreeBSD$
#

DISTNAME=	tkRunIt-0941
PKGNAME=	tkRunIt-0.94.1
CATEGORIES=	misc
MASTER_SITES=   http://www.cs.columbia.edu/~etgold/software/tkRunIt/

MAINTAINER=	steve@farrell.org

RUN_DEPENDS=	wish8.0:${PORTSDIR}/x11-toolkits/tk80

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>