# -*- 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
PortGroup active_variants 1.1
github.setup biggles-plot biggles 1.7.2 v
categories-append graphics math science
description Creates 2D scientific plots
long_description Biggles is a Python module for the creation of \
publication-quality 2D scientific plots.
homepage https://biggles-plot.github.io/
checksums rmd160 ab9e498ba91a89dba179c33083a2a0dc05ec80cd \
sha256 3806d9b64e6e0ad40bf9f7ed81b0477ba2d31688865c123de3d2a01bae13b81f \
if {${name} ne ${subport}} {
require_active_variants \
port:py${python.version}-numpy \
xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${subport}/examples
xinstall -m 0644 -W ${worksrcpath} CHANGELOG COPYING CREDITS README.rst \
${destroot}${prefix}/share/doc/${subport}
xinstall -m 0644 {*}[glob -types f ${worksrcpath}/examples/*] \
${destroot}${prefix}/share/doc/${subport}/examples