Ticket #15694: Portfile.2

File Portfile.2, 1.1 KB (added by ajb78@…, 16 years ago)

vtk5data port file (VTKData version 5.3 from cvs)

Line 
1# $Id:
2
3PortSystem          1.0
4
5name                    vtk5data
6version                 5.3.0
7categories              graphics devel
8maintainers             rene.donner@mac.com
9description             Data files for 3D visualization toolkit
10long_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
18homepage            http://www.vtk.org/
19
20# Fetch files from cvs
21fetch.type          cvs
22cvs.root            :pserver:anonymous@public.kitware.com:/cvsroot/VTKData 
23cvs.module          VTKData
24cvs.password        vtk
25
26depends_build       port:vtk5
27
28distname            VTKData
29
30configure {}
31
32build {}
33
34destroot { system "mv ${worksrcpath} ${destroot}${prefix}/share" }