# $Id$ PortSystem 1.0 PortGroup python 1.0 name py-matplotlib-basemap version 1.0.5 categories python graphics math platforms darwin maintainers ram openmaintainer description matplotlib toolkit for plotting data on map projections long_description Matplotlib basemap is a matplotlib toolkit python library \ for plotting data on map projections homepage http://matplotlib.sourceforge.net master_sites sourceforge:project/matplotlib/matplotlib-toolkits/basemap-${version}/ distname basemap-${version} dist_subdir ${name}/${version}_${revision} checksums rmd160 0946df06327b2fd048d4888bed56e17523eb2336 \ sha256 a270203fa36e9fe69cd3bf3c53412f1f2d6a49748cc43a54c12d8d589777b7c1 python.versions 24 25 26 27 build.env-append GEOS_DIR="${prefix}" destroot.env-append GEOS_DIR="${prefix}" universal_variant no if {${name} != ${subport}} { depends_lib-append port:geos \ port:py${python.version}-matplotlib \ port:py${python.version}-httplib2 \ port:py${python.version}-dap post-destroot { delete ${destroot}${python.pkgd}/mpl_toolkits/__init__.py delete ${destroot}${python.pkgd}/mpl_toolkits/__init__.pyc } } if {${name} == ${subport}} { livecheck.type regex livecheck.url http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits livecheck.regex {basemap-(\d+(\.\d+)*)} } else { livecheck.type none }