# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-biggles version 1.6.6 categories-append graphics math science platforms darwin maintainers deric description Creates 2D scientific plots long_description Biggles is a Python module for the creation of \ publication-quality 2D scientific plots. homepage http://biggles.sourceforge.net/ license GPL-2 master_sites sourceforge:project/biggles/biggles/${version} distname python2-biggles-${version} checksums md5 5a9cfdf9d8401e1705fce43e4e4adaca \ sha1 d2bcd0141845657189ef5834516e50e6cb777702 \ rmd160 a6b16ddfba224402693eca086666fbd6b51ce413 python.versions 24 25 26 27 python.default_version 24 if {$subport != $name} { depends_lib port:plotutils port:py${python.version}-numpy port:xorg-libXaw build.target build_ext build.args -I${prefix}/include }