diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-20 23:06:17 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-20 23:06:17 +0800 |
commit | 46b9c1b0d8ab271767abb30c547dcb73e14d869d (patch) | |
tree | bb4fad5e3cf632ddf45837a49d7cfc4cbb24d17f /math/Makefile | |
parent | a46caf7470a161465c10051bb946d94dcfb192c6 (diff) | |
download | freebsd-ports-gnome-46b9c1b0d8ab271767abb30c547dcb73e14d869d.tar.gz freebsd-ports-gnome-46b9c1b0d8ab271767abb30c547dcb73e14d869d.tar.zst freebsd-ports-gnome-46b9c1b0d8ab271767abb30c547dcb73e14d869d.zip |
This port installs the prerequisites for Mathworks (r) Matlab R2012a for Linux
and an installer script matlab-2012a-installer, which automates the somewhat
tricky process of installing Linux Matlab.
It requires installation media and a license file from Mathworks, Inc.
PR: ports/177724
Submitted by: Jason Bacon
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 aea6088ecda9..61e8a323995c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -244,6 +244,7 @@ SUBDIR += matharray SUBDIR += mathomatic SUBDIR += matio + SUBDIR += matlab-R2012a-installer SUBDIR += matrices SUBDIR += matrix SUBDIR += maxima |