diff options
author | thierry <thierry@FreeBSD.org> | 2004-11-16 06:51:06 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-11-16 06:51:06 +0800 |
commit | 4d715a2a65b3624e5617909e820b7e8be9f4c973 (patch) | |
tree | 219a29ff725aa728f11362fc05c167b87b453f41 /math/Makefile | |
parent | af98cf6b3f8f29b677782709e549189021dc69b1 (diff) | |
download | freebsd-ports-gnome-4d715a2a65b3624e5617909e820b7e8be9f4c973.tar.gz freebsd-ports-gnome-4d715a2a65b3624e5617909e820b7e8be9f4c973.tar.zst freebsd-ports-gnome-4d715a2a65b3624e5617909e820b7e8be9f4c973.zip |
Add triangle 1.5, a Two-Dimensional Quality Mesh Generator and
Delaunay Triangulator.
Change category from cad to math.
Requested by: Pedro F. Giffuni
Approved by: marcus
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 d4398619905f..91a3b6d41112 100644 --- a/math/Makefile +++ b/math/Makefile @@ -231,6 +231,7 @@ SUBDIR += taucs SUBDIR += thx_1138 SUBDIR += topaz + SUBDIR += triangle SUBDIR += tvmet SUBDIR += umatrix SUBDIR += umfpack |