1 | # $Id: Portfile 37923 2008-06-29 14:31:19Z mww@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name mathomatic |
---|
6 | version 14.0.8 |
---|
7 | categories math |
---|
8 | platforms darwin |
---|
9 | maintainers mww |
---|
10 | description small, portable symbolic math program |
---|
11 | long_description Mathomatic is a small, portable symbolic math program \ |
---|
12 | that can automatically solve, simplify, differentiate, \ |
---|
13 | combine, and compare algebraic equations, perform \ |
---|
14 | polynomial and complex arithmetic, etc. |
---|
15 | |
---|
16 | homepage http://mathomatic.orgserve.de/math/ |
---|
17 | master_sites http://www.panix.com/~gesslein/ |
---|
18 | checksums md5 258c92052aad9fcac561f848b64b393e \ |
---|
19 | sha1 ac9ed5da893c05b221770d502d16e843b21f226b \ |
---|
20 | rmd160 6365fad4b56be1b2de43bbf5104fef354a4a13bb |
---|
21 | use_bzip2 yes |
---|
22 | patchfiles patch-makefile.diff |
---|
23 | |
---|
24 | depends_lib port:readline |
---|
25 | |
---|
26 | post-extract { |
---|
27 | xinstall -m 755 ${filespath}/configure ${worksrcpath} |
---|
28 | } |
---|
29 | |
---|
30 | configure.pre_args ${prefix} |
---|
31 | |
---|
32 | test.run yes |
---|
33 | |
---|
34 | destroot.destdir prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man docdir=${destroot}${prefix}/share/doc |
---|
35 | |
---|
36 | livecheck.check regex |
---|
37 | livecheck.url http://www.panix.com/~gesslein/?M=D |
---|
38 | livecheck.regex ${name}-(\[0-9\\.\]+\[0-9\])\. |
---|
39 | |
---|