diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-16 21:27:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-16 21:27:26 +0000 |
commit | 55b9bdd478750cc44dfd3dec7e9746dab541378f (patch) | |
tree | aa367d51fc70aee6e96a34a009a3a7ec9ca32e2d /math/Makefile | |
parent | . Update to 5.0.25. (diff) |
Add mbasecalc, a Programmer's Calculator.
basecalc came with Xlib Programming Manual from O'Reilly as an
example of X lib programming. mbasecalc is an immitation of basecalc
which is available on different platforms.
PR: ports/67993
Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
Notes
Notes:
svn path=/head/; revision=111633
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index abad32568b73..fd2b9cddc83c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -94,6 +94,7 @@ SUBDIR += lp_solve SUBDIR += matrix SUBDIR += maxima + SUBDIR += mbasecalc SUBDIR += metis SUBDIR += metis-edf SUBDIR += mpexpr |