diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-15 22:41:31 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-15 22:41:31 +0000 |
commit | d9cfd0c5a526c90825f847016c31f5e62a345d85 (patch) | |
tree | d0e18cbe82d4ba89bd817917156667f32141bd33 /devel/bouml/files/patch-Makefile | |
parent | - Update to 1.3.14 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=137509
Diffstat (limited to 'devel/bouml/files/patch-Makefile')
-rw-r--r-- | devel/bouml/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/bouml/files/patch-Makefile b/devel/bouml/files/patch-Makefile new file mode 100644 index 000000000000..d1c17775d1dc --- /dev/null +++ b/devel/bouml/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig Thu Feb 17 18:39:54 2005 ++++ Makefile Tue Jun 14 21:58:51 2005 +@@ -1,8 +1,8 @@ + # the directory where all the bouml files will be installed +-BOUML_LIB = /usr/lib/bouml ++BOUML_LIB = %%PREFIX%%/share/bouml + + # the directory where the bouml shell script will be installed +-BOUML_DIR = /usr/bin ++BOUML_DIR = %%PREFIX%%/bin + + QMAKE = qmake + |