The BWidget Toolkit is a high-level Widget Set for Tcl/Tk built using native Tcl/Tk 8.x namespaces. The BWidgets have a professional look&feel as in other well known Toolkits (Tix or Incr Widgets), but the concept is radically different because everything is pure Tcl/Tk. No platform dependencies, and no compiling required. The code is 100% Pure Tcl/Tk. The BWidget library was originally developed by UNIFIX Online, and released under both the GNU Public License and the Tcl license. BWidget is now maintained as a community project, hosted by Sourceforge. Scores of fixes and enhancements have been added by community developers. See the ChangeLog file for details.
19 lines
554 B
Makefile
19 lines
554 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/09/24 21:10:12 dmcmahill Exp $
|
|
#
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
TK_BWIDGET_BUILDLINK3_MK:= ${TK_BWIDGET_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= tk-BWidget
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntk-BWidget}
|
|
BUILDLINK_PACKAGES+= tk-BWidget
|
|
|
|
.if !empty(TK_BWIDGET_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.tk-BWidget+= tk-BWidget>=1.7.0
|
|
BUILDLINK_PKGSRCDIR.tk-BWidget?= ../../x11/tk-BWidget
|
|
.endif # TK_BWIDGET_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|