diff options
author | kris <kris@FreeBSD.org> | 2002-05-25 18:59:09 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-05-25 18:59:09 +0800 |
commit | 68a823eb4aae7666bd178a35c50efac8d93d11ab (patch) | |
tree | d59a5543b7e88bd0fbc31976dcc6cad7719779f8 /x11-toolkits/Makefile | |
parent | 0106c069868dd798de9fec2e976a5bd299c14305 (diff) | |
download | freebsd-ports-gnome-68a823eb4aae7666bd178a35c50efac8d93d11ab.tar.gz freebsd-ports-gnome-68a823eb4aae7666bd178a35c50efac8d93d11ab.tar.zst freebsd-ports-gnome-68a823eb4aae7666bd178a35c50efac8d93d11ab.zip |
Add bwidget-1.3.1
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.
Submitted by: Alexander N. Kabaev <ak03@gte.com>
PR: ports/34417
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index a9f9066cce00..c4c54ff744cc 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -7,6 +7,7 @@ SUBDIR += bakery SUBDIR += blt SUBDIR += buffy + SUBDIR += bwidget SUBDIR += clean-theme-gtk SUBDIR += colorstep SUBDIR += easygtk |