summaryrefslogtreecommitdiff
path: root/lang/tcltutor/Makefile
blob: 8545f54599b9743d5591cca029e85d68dd595339 (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
# New ports collection makefile for:	tcltutor
# Date created:		11 November 2000
# Whom:			Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#

PORTNAME=	tcltutor
PORTVERSION=	2.b.4
CATEGORIES=	lang tk84 tcl84
MASTER_SITES=	http://www.msen.com/~clif/
DISTNAME=	Tutor2b4

MAINTAINER=	edwin@mavetju.org
COMMENT=	A Tcl/Tk based tutorial for Tcl

RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84

WRKSRC=		${WRKDIR}/TclTutor
NO_BUILD=	yes
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/tcltutor/TclTutor/}

post-install:
	${INSTALL_DATA} ${WRKSRC}/help.html ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/about.html ${DOCSDIR}

.include <bsd.port.mk>