From 46b9c1b0d8ab271767abb30c547dcb73e14d869d Mon Sep 17 00:00:00 2001 From: bsam Date: Mon, 20 May 2013 15:06:17 +0000 Subject: 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 --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') 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 -- cgit