diff options
author | maho <maho@FreeBSD.org> | 2003-07-12 11:59:57 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-12 11:59:57 +0800 |
commit | 51b7c8f2f5fa7a42ee26d30f93be2ce31b5adcc8 (patch) | |
tree | 772d040d1880af14fe8b1902b3e2ce4479cd04da /math/Makefile | |
parent | 124775f030a233523c5083afc39c7fdbf35cc33f (diff) | |
download | freebsd-ports-gnome-51b7c8f2f5fa7a42ee26d30f93be2ce31b5adcc8.tar.gz freebsd-ports-gnome-51b7c8f2f5fa7a42ee26d30f93be2ce31b5adcc8.tar.zst freebsd-ports-gnome-51b7c8f2f5fa7a42ee26d30f93be2ce31b5adcc8.zip |
Add new port math/fbm.
A software for Flexible Bayesian Modelling and Markov Chain
Sampling(The software is for education and research use only).
PR: 53650
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
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 655535f06dae..aabcd397da0c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -31,6 +31,7 @@ SUBDIR += entropy SUBDIR += eukleides SUBDIR += eval + SUBDIR += fbm SUBDIR += femlab SUBDIR += fftpack SUBDIR += fftw |