diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-04 14:37:47 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-04 14:37:47 +0000 |
commit | 16409c908d973202df835564073129a18821ff1b (patch) | |
tree | e74b4f8aa86a1b8020b6f91899eb74973459a640 /math/Makefile | |
parent | bf6db12a193eac5bb097208207f884bed3d7b5f5 (diff) | |
download | ports-16409c908d973202df835564073129a18821ff1b.tar.gz ports-16409c908d973202df835564073129a18821ff1b.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>
Notes
Notes:
svn path=/head/; revision=40838
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 |