# $Id: Portfile,v 1.4 2004/05/08 00:16:42 mww Exp $ PortSystem 1.0 PortGroup python 1.0 name py-gsl version 0.2.0 categories python science platforms darwin maintainers mww@opendarwin.org description Python interface to the GNU scientific library long_description Python interface to the GSL, the GNU scientfic \ library\; a lot of functions, random number generators \ are available. homepage http://pygsl.sourceforge.net/ master_sites sourceforge:pygsl distname pygsl-${version} checksums md5 7b2c96c0bf2cf435611803b3f2463614 depends_lib-append bin:gsl-config:gsl \ lib:XXX:py-numeric build.env CFLAGS="-I${prefix}/include -I${prefix}/include/gsl"\ LDFLAGS=-L${prefix}/lib post-destroot { xinstall -m 644 ${worksrcpath}/README \ ${destroot}${prefix}/share/doc/${name} }