diff options
author | knu <knu@FreeBSD.org> | 2001-05-08 11:23:36 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-08 11:23:36 +0000 |
commit | db630dc237ffcdc101bb5b0eb5b511f8c5374d45 (patch) | |
tree | 493fd409b2d570d0fc62c773c5d32bfa9973a2e2 /math/Makefile | |
parent | bcd7dfce34e4c3abae737f50b0b990e4811ddee4 (diff) | |
download | FreeBSD-ports-db630dc237ffcdc101bb5b0eb5b511f8c5374d45.zip FreeBSD-ports-db630dc237ffcdc101bb5b0eb5b511f8c5374d45.tar.gz |
Add ruby-math3d, a Ruby library for mathematics for 3D graphics, which
includes Vector/Matrix4x4/LineSeg/Plane/Bound and so on.
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 70809f1..0d044a2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -89,6 +89,7 @@ SUBDIR += ruby-bigfloat SUBDIR += ruby-bitvector SUBDIR += ruby-gnuplot + SUBDIR += ruby-math3d SUBDIR += ruby-narray SUBDIR += sc SUBDIR += scigraphica |