# -*- 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
# $Id: Portfile 106911 2013-06-11 14:40:14Z jmr@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           active_variants 1.1

name                py-mayavi
version             4.2.0
categories-append   devel graphics math
maintainers         gmail.com:jjstickel openmaintainer
description         The Enthought mayavi package
long_description    3D Scientific Data Visualization and Plotting using VTK as the \
    rendering backend and wxpython or pyqt4 for the (G)UI.

license             BSD
platforms           darwin
homepage            https://github.com/enthought/mayavi
master_sites        http://www.enthought.com/repo/ets/
distname            mayavi-${version}

checksums           sha256  4554fc5a5ef58c3e57bb83f8f21340d8e0b483c46d4761ece133baa162a43a9b \
                    rmd160  6e4ebf8361d13ba9fb58d8636335d73386bc8522

python.versions        25 26 27
python.default_version 27

if {$subport != $name} {
    depends_build-append    port:py${python.version}-setuptools \
                            port:py${python.version}-sphinx
    depends_lib-append      port:py${python.version}-apptools \
                            port:py${python.version}-envisage \
                            port:py${python.version}-numpy \
                            port:py${python.version}-traitsui \
                            port:vtk5

    require_active_variants vtk5 python${python.version}

    patchfiles        patch-vtk510_text.diff
    patch.pre_args    -p1
    
    post-patch {
        reinplace "s|sphinx-build|sphinx-build-${python.branch}|g" \
            ${worksrcpath}/docs/Makefile \
            ${worksrcpath}/docs/MakefileMayavi \
            ${worksrcpath}/docs/MakefileTVTK
    }

    notes \
        "Note that vtk5 must be installed using the same framework (cocoa\
OR x11/gtk) as that used for the GUI (wxwidgets/wxpython OR\
qt4/pyqt4)."
}
