diff options
author | pav <pav@FreeBSD.org> | 2005-02-10 05:51:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-10 05:51:33 +0800 |
commit | e562a502480267a2efacdc49975f11d6cf4fb437 (patch) | |
tree | 6178891dc7a52b8edc61acd3c863355f907179b2 /math/Makefile | |
parent | 581fe010d878f33866cb16dd061845f1eac9ea0c (diff) | |
download | freebsd-ports-graphics-e562a502480267a2efacdc49975f11d6cf4fb437.tar.gz freebsd-ports-graphics-e562a502480267a2efacdc49975f11d6cf4fb437.tar.zst freebsd-ports-graphics-e562a502480267a2efacdc49975f11d6cf4fb437.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)
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 871d291a4c1..bf1e4d419f9 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 |