Ticket #49058: Portfile-apbs.diff

File Portfile-apbs.diff, 1.5 KB (added by dstrubbe (David Strubbe), 9 years ago)
  • dports/science/apbs/Portfile

     
    99
    1010name                    apbs
    1111subport                 apbs-mpi {}
     12# there is 1.4.1 released but does not have source code available
    1213version                 1.4.0
    1314# Set revision separately for each subport, below.
    1415set branch              [join [lrange [split ${version} .] 0 1] .]
    1516categories              science
     17license                 BSD
    1618maintainers             gmail.com:howarth.at.macports
    1719
    1820description             Adaptive Poisson-Boltzmann Solver
     
    2224                        electrostatic interactions between molecular \
    2325                        solutes over a wide range of length scales.
    2426
    25 homepage                http://www.poissonboltzmann.org/apbs/
     27homepage                http://www.poissonboltzmann.org
    2628platforms               darwin
    2729master_sites            sourceforge:project/apbs/apbs/apbs-${version}
    2830
     
    7678        compilers.enforce_c     apbs
    7779
    7880        pre-configure {
    79             configure.cc        ${mpi.cc}
    80             configure.cxx       ${mpi.cxx}
    8181            configure.args-append   -DENABLE_MPI:BOOL=ON \
    8282                    -DCMAKE_C_COMPILER=${configure.cc} \
    8383                    -DCMAKE_CXX_COMPILER=${configure.cxx} \
     
    100100        }
    101101    }
    102102}
     103
     104livecheck.type   regex
     105livecheck.url    http://www.poissonboltzmann.org/news/
     106livecheck.regex  APBS (\[0-9.\]+)