Ticket #42742: Portfile-gmt4.diff

File Portfile-gmt4.diff, 2.5 KB (added by florian@…, 10 years ago)

Portfile patch for gmt4

  • science/gmt4/Portfile

     
    44PortSystem          1.0
    55
    66name                gmt4
    7 version             4.5.11
    8 revision            1
     7version             4.5.12
    98categories          science
    109platforms           darwin
    1110maintainers         eprofs.de:florian \
     
    1716    producing PostScript illustrations ranging from simple x-y  \
    1817    plots via contour maps to artificially illuminated surfaces \
    1918    and 3D perspective views.
    20 conflicts           gmt
    2119homepage            http://gmt.soest.hawaii.edu/
    2220master_sites        ftp://ftp.soest.hawaii.edu/gmt          \
    2321                    ftp://ibis.grdl.noaa.gov/pub/gmt        \
     
    3533                    ${dfile_gmt_nogpl}
    3634
    3735checksums           ${dfile_gmt_gpl} \
    38                     md5     e51a8827d9b0ce3f36cfe6be01f24931 \
    39                     sha1    9f226fdb498a6868da98a6014517aa9537542f03 \
    40                     rmd160  1665f13e0a877282a57a93989f9ba8fbf49b2645 \
     36                    md5     eee64a406b16005ff59b05328bff4593 \
     37                    sha1    a5ce7419a1aeb523540d2f93ca62153e47ce72fc \
     38                    rmd160  53a7fe4f3fe4299d0a134ba64d3de87b9ff2b2fa \
    4139                    ${dfile_gmt_nogpl} \
    42                     md5     fd4abdbbc5cb48087a12a4c762b87123 \
    43                     sha1    67c2dd5ccde9ed661e9e9930785d305f73d3315a \
    44                     rmd160  6154cc49792ded6103a907da6fe00d7b9c042541
     40                    md5     0860ddb55150861b6ba9f496b9c35271 \
     41                    sha1    5a36e7afecd5d4b65d39b566d14a3ab58e10ae90 \
     42                    rmd160  bb9021eb18d95479336143d07d59e764319009c2
    4543
    46 patchfiles          patch-ps2raster.diff \
    47                     patch-grdvector.diff
     44depends_lib         port:ghostscript \
     45                    port:gshhg-gmt \
     46                    port:netcdf
    4847
    49 depends_lib         port:netcdf \
    50                     port:gshhg-gmt
    51 
    5248destroot.target     install-all
    5349use_parallel_build  no
    5450universal_variant   no
     
    5955                            --docdir=${prefix}/share/doc/${name} \
    6056                            --mandir=${prefix}/share/doc/${name}/man \
    6157                            --includedir=${prefix}/share/${name}/include \
    62                             --with-gshhg-dir=${prefix}/share/gshhg-gmt-nc4 \
     58                            --with-gshhg-dir=${prefix}/share/gmt/gshhg \
    6359                            --with-nc-config=${prefix}/bin/nc-config \
    6460                            --enable-shared \
    6561                            --enable-flock \