1 | # $Id: |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name vtk5data |
---|
6 | version 5.3.0 |
---|
7 | categories graphics devel |
---|
8 | maintainers rene.donner@mac.com |
---|
9 | description Data files for 3D visualization toolkit |
---|
10 | long_description An open source, freely available software system for 3D \ |
---|
11 | computer graphics, image processing, and visualization \ |
---|
12 | used by thousands of researchers and developers around the \ |
---|
13 | world. VTK consists of a C++ class library, and several \ |
---|
14 | interpreted interface layers including Tcl/Tk, Java, and \ |
---|
15 | Python. This is a package for the data files from the \ |
---|
16 | latest cvs version. |
---|
17 | |
---|
18 | homepage http://www.vtk.org/ |
---|
19 | |
---|
20 | # Fetch files from cvs |
---|
21 | fetch.type cvs |
---|
22 | cvs.root :pserver:anonymous@public.kitware.com:/cvsroot/VTKData |
---|
23 | cvs.module VTKData |
---|
24 | cvs.password vtk |
---|
25 | |
---|
26 | depends_build port:vtk5 |
---|
27 | |
---|
28 | distname VTKData |
---|
29 | |
---|
30 | configure {} |
---|
31 | |
---|
32 | build {} |
---|
33 | |
---|
34 | destroot { system "mv ${worksrcpath} ${destroot}${prefix}/share" } |
---|