[95282] trunk/dports/math/mathomatic/Portfile

mww at macports.org mww at macports.org
Sun Jul 8 07:00:32 PDT 2012


Revision: 95282
          https://trac.macports.org/changeset/95282
Author:   mww at macports.org
Date:     2012-07-08 07:00:32 -0700 (Sun, 08 Jul 2012)
Log Message:
-----------
mathomatic: make sure to link macports readline, use builtin-destdir support, inc revision (#35117)

Modified Paths:
--------------
    trunk/dports/math/mathomatic/Portfile

Modified: trunk/dports/math/mathomatic/Portfile
===================================================================
--- trunk/dports/math/mathomatic/Portfile	2012-07-08 13:48:54 UTC (rev 95281)
+++ trunk/dports/math/mathomatic/Portfile	2012-07-08 14:00:32 UTC (rev 95282)
@@ -4,6 +4,7 @@
 
 name                mathomatic
 version             16.0.0
+revision            1
 categories          math
 platforms           darwin
 maintainers         mww
@@ -24,11 +25,11 @@
 
 use_configure       no
 
-build.args          prefix=${prefix} CC=${configure.cc} CC_OPTIMIZE=${configure.cflags}
+build.args          prefix=${prefix} CC=${configure.cc} CC_OPTIMIZE=${configure.cflags} CPPFLAGS=${configure.cppflags} LDFLAGS=${configure.ldflags} READLINE=1
 
 test.run            yes
 
-destroot.destdir    prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man docdir=${destroot}${prefix}/share/doc
+destroot.args       prefix=${prefix}
 
 livecheck.type      regex
 livecheck.url       http://www.mathomatic.org/math/download.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120708/6afe8ad3/attachment.html>


More information about the macports-changes mailing list