diff options
author | pav <pav@FreeBSD.org> | 2003-12-07 11:13:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-07 11:13:41 +0800 |
commit | 8aa9aa870d7a6a669475c29784b05ac83e4c8147 (patch) | |
tree | d20bfde2fe4d91d7339729aa9d521d348f1f304a /math/Makefile | |
parent | ac5e5d5e6701fc9b56a88a1ba594983d527d7afe (diff) | |
download | freebsd-ports-gnome-8aa9aa870d7a6a669475c29784b05ac83e4c8147.tar.gz freebsd-ports-gnome-8aa9aa870d7a6a669475c29784b05ac83e4c8147.tar.zst freebsd-ports-gnome-8aa9aa870d7a6a669475c29784b05ac83e4c8147.zip |
Add FreeFem++, an extension of freefem, an implementation of the Gfem
language dedicated to the finite element method.
PR: ports/58536
Submitted by: Thierry Thomas <thierry@pompo.net>
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 4064ab17baa6..143bf09a8b56 100644 --- a/math/Makefile +++ b/math/Makefile @@ -38,6 +38,7 @@ SUBDIR += fftpack SUBDIR += fftw SUBDIR += freefem + SUBDIR += freefem++ SUBDIR += fudgit SUBDIR += fung-calc SUBDIR += fxt |