[144806] trunk/dports/science/relax3d/Portfile

dstrubbe at macports.org dstrubbe at macports.org
Mon Jan 18 13:14:35 PST 2016


Revision: 144806
          https://trac.macports.org/changeset/144806
Author:   dstrubbe at macports.org
Date:     2016-01-18 13:14:35 -0800 (Mon, 18 Jan 2016)
Log Message:
-----------
relax3d: Use waf portgroup (ticket #42303). Use homepage variable, adjust indentation in a few lines.

Modified Paths:
--------------
    trunk/dports/science/relax3d/Portfile

Modified: trunk/dports/science/relax3d/Portfile
===================================================================
--- trunk/dports/science/relax3d/Portfile	2016-01-18 21:06:16 UTC (rev 144805)
+++ trunk/dports/science/relax3d/Portfile	2016-01-18 21:14:35 UTC (rev 144806)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           compilers 1.0
+PortGroup           waf 1.0
 
 name                relax3d
 version             1.0.4
@@ -19,7 +20,7 @@
     rheology materials in the bulk and or rate-strengthening friction faults.
 
 homepage            http://www.geodynamics.org/cig/software/relax/
-master_sites        http://www.geodynamics.org/cig/software/relax/macports
+master_sites        ${homepage}/macports
 use_bzip2           yes
 
 checksums           rmd160 ed82d798758783657f54cd6d5cc6f274fa381793 \
@@ -33,12 +34,11 @@
 # gmt4 is not universal
 universal_variant   no
 
-compilers.choose fc
-compilers.setup  require_fortran -g95
+compilers.choose    fc
+compilers.setup     require_fortran -g95
 compilers.enforce_fortran fftw-3-single
 # note: openmp is always used; hence g95 cannot be
 
-configure.cmd       "./waf configure"
 configure.args      --use-fftw \
                     --fftw-dir=${prefix} \
                     --proj-incdir=${prefix}/include \
@@ -47,8 +47,6 @@
 configure.ldflags-append \
     "-L${prefix}/lib -lfftw3 -lfftw3_threads -lfftw3f -lfftw3f_threads"
 
-build.cmd                 "./waf build"
-build.target              ""
 build.env-append          ${configure.env}
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160118/4edc96d1/attachment-0001.html>


More information about the macports-changes mailing list