aboutsummaryrefslogtreecommitdiff
path: root/lang/itcl/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-06 01:29:35 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-06 01:29:35 +0000
commitca3b8f7e37a036639314ae988b87746006d3b84d (patch)
treeacfe19fa6658c84218859f80b809b612eea6c374 /lang/itcl/Makefile
parent0e106d825c777131bf370e5dc5339e137b875e3d (diff)
downloadports-ca3b8f7e37a036639314ae988b87746006d3b84d.tar.gz
ports-ca3b8f7e37a036639314ae988b87746006d3b84d.zip
Notes
Diffstat (limited to 'lang/itcl/Makefile')
-rw-r--r--lang/itcl/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile
new file mode 100644
index 000000000000..b475e61c13ce
--- /dev/null
+++ b/lang/itcl/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: itcl
+# Version required: 1.5
+# Date created: Mon Oct 3 22:06:21 EDT 1994
+# Whom: rww
+#
+# $Id$
+#
+
+DISTNAME= itcl-1.5
+HAS_CONFIGURE= yes
+MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/
+PATCH_STRIP= -p1
+DEPENDS= ${PORTSDIR}/lang/tcl ${PORTSDIR}/x11/tk
+DISTFILES= itcl_1.5.tar.gz
+
+.include <bsd.port.mk>