Ticket #49482: Portfile-geographiclib.diff

File Portfile-geographiclib.diff, 680 bytes (added by crmoore (Chris Moore), 9 years ago)

Portfile diff to use cmake build system

  • Portfile

    old new  
    22# $Id: Portfile 141686 2015-10-26 20:16:18Z khindenburg@macports.org $
    33
    44PortSystem          1.0
     5PortGroup           cmake 1.0
    56
    67name                geographiclib
    78version             1.45
     9revision            1
    810categories          gis
    911platforms           darwin
    1012maintainers         gmail.com:tlockhart1976 openmaintainer
     
    2527
    2628depends_build       port:doxygen
    2729
     30configure.args-append -DGEOGRAPHICLIB_LIB_TYPE=BOTH \
     31                    -DGEOGRAPHICLIB_DOCUMENTATION=ON
     32
    2833livecheck.regex     GeographicLib-(\[0-9.\]+)${extract.suffix}