# $Id: Portfile 53097 2009-06-29 14:03:12Z alakazam@macports.org $ PortSystem 1.0 name octave-fpl version 0.1.6 categories math science platforms darwin maintainers and.damore alakazam description Collection of routines to plot data on unstructured triangular and tetrahedral meshes long_description ${description} homepage http://octave.sourceforge.net/ master_sites sourceforge:octave distname fpl-$version checksums md5 65f181620dcfb3a7083908dcfcf3477f \ sha1 67b351a8e0b2b1874adfc9bc61d1caab067e9078 \ rmd160 a1edb91daae8bf57c2eeb24d50d7e2a87d769459 depends_lib-append port:octave post-destroot { move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} } post-activate { system "octave --eval \"pkg rebuild\"" } livecheck.check regex livecheck.url http://octave.sourceforge.net/packages.html livecheck.regex http://downloads\.sourceforge\.net/octave/fpl-(\\d+(\\.\\d+)*)\.tar\.gz