# $Id: Portfile,v 1.3 2005/11/10 07:40:03 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-pyx version 0.8.1 categories python platforms darwin maintainers mww@opendarwin.org description PyX is a TeX/LaTeX interface for Python long_description PyX is a Python package for the creation of \ encapsulated PostScript figures. It provides both an \ abstraction of PostScript and a TeX/LaTeX interface. \ Complex tasks like 2d and 3d plots in \ publication-ready quality are built out of these \ primitives. homepage http://pyx.sourceforge.net/ master_sites sourceforge:pyx distname PyX-${version} checksums md5 5e751cef8d62774a6fc659cc9a03c231 depends_lib-append bin:tex:teTeX bin:kpsewhich:teTeX post-destroot { xinstall -m 644 -W ${worksrcpath} AUTHORS CHANGES INSTALL LICENSE \ README ${destroot}${prefix}/share/doc/${name} file delete -force ${destroot}/etc }