diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-12 14:37:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-12 14:37:13 +0000 |
commit | 8755f9124a3d867d609c55d55b1362118e2fda2b (patch) | |
tree | 11e251306770f8527c263f41fb1f5cf1249228d7 /devel/Makefile | |
parent | Update to version 2.3. (diff) |
Add Boa Constructor. Boa Constructor is a cross platform RAD GUI Building IDE.
It offers visual frame creation and manipulation, an object inspector, many
views on the source like inheritance hierarchies, object methods and properties,
html generated from documentation strings, a debugger and integrated help. It
is written in Python and uses the wxPython toolkit which wraps wxWindows.
Notes
Notes:
svn path=/head/; revision=35922
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 567921ed043d..ab50fedcd171 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -24,6 +24,7 @@ SUBDIR += bin86 SUBDIR += binutils-m68k SUBDIR += bison + SUBDIR += boaconstructor SUBDIR += boehm-gc SUBDIR += bonobo SUBDIR += bugbuddy |