diff options
author | thierry <thierry@FreeBSD.org> | 2005-06-16 06:41:31 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-06-16 06:41:31 +0800 |
commit | 7f3b219da0069ae9dd105628704a68467d1d6632 (patch) | |
tree | 5be4b6d4bcfc4cb77461b40428efa8adab17ccfc /devel/Makefile | |
parent | 63ea0ca2f022be3071a945db45c7d8661b0e9d3b (diff) | |
download | freebsd-ports-gnome-7f3b219da0069ae9dd105628704a68467d1d6632.tar.gz freebsd-ports-gnome-7f3b219da0069ae9dd105628704a68467d1d6632.tar.zst freebsd-ports-gnome-7f3b219da0069ae9dd105628704a68467d1d6632.zip |
Add BOUML 2.2.2, a free UML tool box allowing you to specify and
generate code in C++, Java and Idl.
BOUML is extensible, and the external tools (named plug-outs) may
be developed in C++ or Java, using BOUML for their definition as
any other program. The code generators and reverses are ones of
the pre-defined plug-outs included in the BOUML distribution.
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 59f075bede9f..d5d00f83b4a6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -88,6 +88,7 @@ SUBDIR += bonobo-conf SUBDIR += boost SUBDIR += boost-python + SUBDIR += bouml SUBDIR += bugbuddy SUBDIR += bugzilla SUBDIR += buildtool |