aboutsummaryrefslogtreecommitdiffstats
path: root/lang/itcl/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-10-06 09:29:35 +0800
committerjkh <jkh@FreeBSD.org>1994-10-06 09:29:35 +0800
commit0ac3bc489b6a4bb63f8a7be02a314e6cc72349fd (patch)
treeae60a6e7aae1d81dcd38924f9aa42f5103faa925 /lang/itcl/Makefile
parentbb3f78dc8feb9f0ef2cf030032eabc27651b0bb3 (diff)
downloadfreebsd-ports-gnome-0ac3bc489b6a4bb63f8a7be02a314e6cc72349fd.tar.gz
freebsd-ports-gnome-0ac3bc489b6a4bb63f8a7be02a314e6cc72349fd.tar.zst
freebsd-ports-gnome-0ac3bc489b6a4bb63f8a7be02a314e6cc72349fd.zip
Port of [incr tcl] by Robert Withrow
Submitted by: rww
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>