diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 21:51:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-09 21:51:33 +0000 |
commit | 07ef007c1a9383b8163beaca82a95f08d0e540a2 (patch) | |
tree | bd836dab39b980eafabd6e1bd89a2d553d6667ab /math/Makefile | |
parent | d7655109b4c25e1b0f1596442383e36df9f9856c (diff) | |
download | ports-07ef007c1a9383b8163beaca82a95f08d0e540a2.tar.gz ports-07ef007c1a9383b8163beaca82a95f08d0e540a2.zip |
Worldforge math library. The primary focus of WFMath is geometric objects.
Thus, it includes several shapes (boxes, balls, lines), in addition to the
basic math objects that are used to build these shapes (points, vectors,
matricies).
PR: ports/77046
Submitted by: jannisan@t-online.de (Jan Rochel)
Notes
Notes:
svn path=/head/; revision=128419
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 871d291a4c1c..bf1e4d419f9c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -254,6 +254,7 @@ SUBDIR += vtk-java SUBDIR += vtk-python SUBDIR += vtk-tcl + SUBDIR += wfmath SUBDIR += wingz SUBDIR += wingz3 SUBDIR += wmcalc |