Revision
86657
Author
mww@macports.org
Date
2011-10-31 02:48:33 -0700 (Mon, 31 Oct 2011)

Log Message

mathomatic: version 15.6.3; license is LGPL-2.1

Modified Paths

Diff

Modified: trunk/dports/math/mathomatic/Portfile (86656 => 86657)


--- trunk/dports/math/mathomatic/Portfile	2011-10-31 09:39:21 UTC (rev 86656)
+++ trunk/dports/math/mathomatic/Portfile	2011-10-31 09:48:33 UTC (rev 86657)
@@ -3,34 +3,30 @@
 PortSystem 1.0
 
 name                mathomatic
-version             15.6.3
+version             15.6.5
 categories          math
 platforms           darwin
 maintainers         mww
-license             GPL-2
+license             LGPL-2.1
 description         small, portable symbolic math program
 long_description    Mathomatic is a small, portable symbolic math program \
                     that can automatically solve, simplify, differentiate, \
                     combine, and compare algebraic equations, perform \
                     polynomial and complex arithmetic, etc.
 
-homepage            http://mathomatic.orgserve.de/math/
-master_sites        http://www.panix.com/~gesslein/
-checksums           md5     afe923c5164b2d8746ef8dc87b868ba0 \
-                    sha1    1a61ae5ea83c7c2d3ba3fe657414f61758c62332 \
-                    rmd160  9e8f506181781282d4f220ee2d6e3e235107a633
+homepage            http://www.mathomatic.org/math/
+master_sites        http://mathomatic.org/
+checksums           md5     1dc244232986f98611c8d2723ae3a497 \
+                    sha1    63e5a3a4eee8400434e5b7e1edb434b8f5d8c2ab \
+                    rmd160  74c84687599ca46f1ba2da6c8bb4f2f625219902
 use_bzip2           yes
 
 depends_lib         port:readline
 
-patchfiles          patch-makefile.diff
+use_configure       no
 
-post-extract {
-    xinstall -m 755 ${filespath}/configure ${worksrcpath}
-}
+build.args          prefix=${prefix} CC=${configure.cc} CC_OPTIMIZE=${configure.cflags}
 
-configure.pre_args  ${prefix}
-
 test.run            yes
 
 destroot.destdir    prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man docdir=${destroot}${prefix}/share/doc