diff options
author | alex <alex@FreeBSD.org> | 2001-01-05 17:26:22 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-05 17:26:22 +0000 |
commit | d497826d366bd6f198c7bbad4c1fd0d3ece33ebc (patch) | |
tree | a06f0d352de5ea941d7c8ac4ece4569e9a6f2be0 /lang/tcltutor/Makefile | |
parent | 67de5b5b7ce6e205e667685ddb2dd872bfa0d6cb (diff) | |
download | FreeBSD-ports-d497826d366bd6f198c7bbad4c1fd0d3ece33ebc.zip FreeBSD-ports-d497826d366bd6f198c7bbad4c1fd0d3ece33ebc.tar.gz |
Add tcltutor 2.b.4, a Tcl/Tk based tutorial for Tcl.
PR: 22776
Submitted by: Edwin Groothuis (mavetju@chello.nl)
Diffstat (limited to 'lang/tcltutor/Makefile')
-rw-r--r-- | lang/tcltutor/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/tcltutor/Makefile b/lang/tcltutor/Makefile new file mode 100644 index 0000000..90a72a41 --- /dev/null +++ b/lang/tcltutor/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: tcltutor +# Date created: 11 November 2000 +# Whom: Edwin Groothuis (mavetju@chello.nl) +# +# $FreeBSD$ +# + +PORTNAME= tcltutor +PORTVERSION= 2.b.4 +CATEGORIES= lang tk82 tcl82 +MASTER_SITES= http://www.msen.com/~clif/ +DISTNAME= Tutor2b4 + +MAINTAINER= mavetju@chello.nl + +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 + +WRKSRC= ${WRKDIR}/TclTutor +NO_BUILD= yes + +.include <bsd.port.mk> |