# -*- 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
categories graphics devel
set branch [join [lrange [split ${version} .] 0 1] .]
maintainers {stromnov @stromnov} openmaintainer
description Visualization Toolkit (VTK)
long_description Visualization Toolkit (VTK) is an open-source, freely \
available software system for 3D computer graphics, \
image processing and visualization.
homepage http://www.vtk.org
master_sites http://www.vtk.org/files/release/${branch}
checksums rmd160 bfc1baf925ba1f497f14a4576fd0a7956ee42d29 \
sha256 2d5cdd048540144d821715c718932591418bb48f5b6bb19becdae62339efa75a
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
-DBUILD_EXAMPLES:BOOL=OFF \
-DVTK_WRAP_PYTHON:BOOL=OFF \
-DVTK_WRAP_JAVA:BOOL=OFF \
-DIOKit:FILEPATH=/System/Library/Frameworks/IOKit.framework
variant qt4 description {Add Qt4 support.} {
-DQT_QMAKE_EXECUTABLE:PATH=${qt_qmake_cmd} \
variant qt5 description {Add Qt5 support.} {
variant python27 conflicts python35 python36 description {Add Python 2.7 support.} {
depends_lib-append port:python27