summaryrefslogtreecommitdiff
path: root/lang/tcl-itcl-current/buildlink3.mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2004-09-24 21:16:02 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2004-09-24 21:16:02 +0000
commit590b36720f13505f30f76f4b2d285deb9310ddd9 (patch)
treeba4d6477cc4087a6423fb88e8878fb85df156325 /lang/tcl-itcl-current/buildlink3.mk
parentf9eef92c0004062dff1cf0a44870170cb7ae9664 (diff)
downloadpkgsrc-590b36720f13505f30f76f4b2d285deb9310ddd9.tar.gz
import tcl-itcl-current-20040920. This is a snapshot from the [incr Tcl] CVS
repository. They have not made a release in years but development has continued. The largest item of note is this version works with tcl-8.4. [incr Tcl] provides the extra language support needed to build large Tcl/Tk applications. It introduces the notion of objects, which act as building blocks for an application. Each object is a bag of data with a set of procedures or "methods" that are used to manipulate it. Objects are organized into "classes" with identical characteristics, and classes can inherit functionality from one another. This object-oriented paradigm adds another level of organization on top of the basic variable/procedure elements, and the resulting code is easier to understand and maintain. This package is based on CVS sources for [incr Tcl].
Diffstat (limited to 'lang/tcl-itcl-current/buildlink3.mk')
-rw-r--r--lang/tcl-itcl-current/buildlink3.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/tcl-itcl-current/buildlink3.mk b/lang/tcl-itcl-current/buildlink3.mk
new file mode 100644
index 00000000000..298f5d0b901
--- /dev/null
+++ b/lang/tcl-itcl-current/buildlink3.mk
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/09/24 21:16:02 dmcmahill Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+TCL_ITCL_CURRENT_BUILDLINK3_MK:= ${TCL_ITCL_CURRENT_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= tcl-itcl-current
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntcl-itcl-current}
+BUILDLINK_PACKAGES+= tcl-itcl-current
+
+.if !empty(TCL_ITCL_CURRENT_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.tcl-itcl-current+= tcl-itcl-current>=20040920
+BUILDLINK_PKGSRCDIR.tcl-itcl-current?= ../../lang/tcl-itcl-current
+.endif # TCL_ITCL_CURRENT_BUILDLINK3_MK
+
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}