Ticket #16073: Portfile.2

File Portfile.2, 1.1 KB (added by andrea.damore@…, 16 years ago)
Line 
1# $Id: Portfile 37923 2008-06-29 14:31:19Z mww@macports.org $
2
3PortSystem 1.0
4
5name                    mathomatic
6version                 14.0.8
7categories              math
8platforms               darwin
9maintainers             mww
10description             small, portable symbolic math program
11long_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
16homepage                http://mathomatic.orgserve.de/math/
17master_sites            http://www.panix.com/~gesslein/
18checksums       md5  258c92052aad9fcac561f848b64b393e \
19                sha1  ac9ed5da893c05b221770d502d16e843b21f226b \
20                rmd160  6365fad4b56be1b2de43bbf5104fef354a4a13bb
21use_bzip2               yes
22patchfiles              patch-makefile.diff
23
24depends_lib             port:readline
25
26post-extract {
27        xinstall -m 755 ${filespath}/configure ${worksrcpath}
28}
29
30configure.pre_args      ${prefix}
31
32test.run                yes
33
34destroot.destdir        prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man docdir=${destroot}${prefix}/share/doc
35
36livecheck.check regex
37livecheck.url   http://www.panix.com/~gesslein/?M=D
38livecheck.regex ${name}-(\[0-9\\.\]+\[0-9\])\.
39