Ticket #40368: Portfile

File Portfile, 1.2 KB (added by c.herbig@…, 11 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: $
3
4PortSystem          1.0
5PortGroup           cmake 1.0
6
7name                vtk6
8version             6.0.0
9set branch          [join [lrange [split ${version} .] 0 1] .]
10distname            vtk-${version}
11worksrcdir          VTK${version}
12
13categories          graphics devel
14maintainers         nomaintainer
15license             BSD
16platforms           darwin freebsd
17
18description         3D visualization toolkit
19long_description    an open source, freely available software system  \
20                    for 3D computer graphics, image processing, and visualization     \
21                    used by thousands of researchers and developers around the world. \
22                    VTK consists of a C++ class library, and several interpreted      \
23                    interface layers including Tcl/Tk, Java, and Python.
24
25homepage            http://www.vtk.org/
26master_sites        http://www.vtk.org/files/release/${branch}/
27
28checksums           sha256  426df543cffeacf21154dddcd2a6efbd91a586570a07a0db4c426d3e0acd10e4 \
29                    rmd160  e1d90c03821ed2b9e7ddc2c9215d1493ba788022