8d1c5458a0
Originally at WIP. TclOO is a core for other TCL OO extensions and basic TCL OO framework. Tool Command Language (Tcl) is an interpreted language and very portable interpreter for that language. Tcl is embeddable and extensible, and has been widely used since its creation in 1988 by John Ousterhout.
12 lines
326 B
Makefile
12 lines
326 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2013/11/16 21:01:26 asau Exp $
|
|
|
|
BUILDLINK_TREE+= tcl-tclOO
|
|
|
|
.if !defined(TCL_TCLOO_BUILDLINK3_MK)
|
|
TCL_TCLOO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.tcl-tclOO+= tcl-tclOO>=0.6
|
|
BUILDLINK_PKGSRCDIR.tcl-tclOO?= ../../devel/tcl-tclOO
|
|
.endif # TCL_TCLOO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -tcl-tclOO
|