# $Id: Portfile 37743 2008-06-21 15:44:00Z andrea.damore@macports.org $ PortSystem 1.0 name octave-gsl version 1.0.6 revision 1 categories math science platforms darwin maintainers andrea.damore@macports.org description Octave bindings to the GNU Scientific Library long_description ${description} homepage http://octave.sf.net master_sites sourceforge:octave distname gsl-1.0.6 checksums md5 5c1bb7e59422d5b80b00a714c6935573 \ sha1 1831091d50501e1ae531d64431fa60343ad01300 \ rmd160 71792547203740d7716218967056112796a487b5 depends_lib-append port:octave \ port:gsl post-destroot { move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} } post-activate { system "octave --eval \"pkg rebuild\"" }