Ticket #15702: Portfile

File Portfile, 870 bytes (added by alakazam@…, 16 years ago)
Line 
1# $Id:$
2
3PortSystem 1.0
4
5name                    octave-gsl
6version                 1.0.6
7categories              math science
8platforms               darwin
9maintainers             andrea.damore@macports.org
10description             Octave bindings to the GNU Scientific Library 
11long_description        ${description}
12
13homepage                http://octave.sf.net
14master_sites            sourceforge:octave
15
16distname                gsl-1.0.6
17
18checksums       \
19                        gsl-1.0.6.tar.gz \
20                                md5  5c1bb7e59422d5b80b00a714c6935573 \
21                                sha1  1831091d50501e1ae531d64431fa60343ad01300 \
22                                rmd160  71792547203740d7716218967056112796a487b5
23
24
25depends_lib-append port:octave \
26                   port:gsl
27
28post-destroot {
29        move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
30post-activate {
31        system "octave --eval \"pkg rebuild\"" }