diff options
author | wen <wen@FreeBSD.org> | 2010-02-24 13:44:03 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-02-24 13:44:03 +0800 |
commit | 7ca171fc122320bc440b1925e73dd123750630d5 (patch) | |
tree | 2e8fb727823c40489616d03155d6c38f80bba9af /math/Makefile | |
parent | dccd7a1db4380441261132bbeb23238167126e7f (diff) | |
download | freebsd-ports-gnome-7ca171fc122320bc440b1925e73dd123750630d5.tar.gz freebsd-ports-gnome-7ca171fc122320bc440b1925e73dd123750630d5.tar.zst freebsd-ports-gnome-7ca171fc122320bc440b1925e73dd123750630d5.zip |
matio is an ISO C library (with a limited Fortran 90 interface) for reading
and writing Matlab MAT files.
WWW: http://sourceforge.net/projects/matio/
PR: ports/143928
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Feature safe: yes
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 0cd7eab53ed9..af6748a39190 100644 --- a/math/Makefile +++ b/math/Makefile @@ -170,6 +170,7 @@ SUBDIR += lybniz SUBDIR += matharray SUBDIR += mathomatic + SUBDIR += matio SUBDIR += matrices SUBDIR += matrix SUBDIR += maxima |