diff options
author | sf <sf@FreeBSD.org> | 2001-04-04 22:37:47 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-04-04 22:37:47 +0800 |
commit | ff6e6818c73be3d2f12980fd0f9496b9f1bedf88 (patch) | |
tree | 7555175634c1bde2e5fcb6b4c7d9410517268fc2 /math/Makefile | |
parent | 1ebff88d88b597eb682968c48688a11d8946172c (diff) | |
download | freebsd-ports-gnome-ff6e6818c73be3d2f12980fd0f9496b9f1bedf88.tar.gz freebsd-ports-gnome-ff6e6818c73be3d2f12980fd0f9496b9f1bedf88.tar.zst freebsd-ports-gnome-ff6e6818c73be3d2f12980fd0f9496b9f1bedf88.zip |
Add mupad, a sophisticated computer algebraic system, like mathematica
or maple.
This is commercial software. There are single-user/non-commercial, and
educational purpose license.
note:
The author agreed with us to distribute it
o modify to make work on FreeBSD
o on our ftp sites in as-is and packaged form.
PR: 25366
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
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 7d4bdf721952..18f1fb82ab9a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -42,6 +42,7 @@ SUBDIR += matrix SUBDIR += metis SUBDIR += mtrxmath + SUBDIR += mupad SUBDIR += netcdf SUBDIR += ngraph SUBDIR += ntl |