# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name libgeotiff version 1.4.2 revision 0 categories graphics platforms darwin license X11 maintainers stromnov openmaintainer description Library and tools for dealing with GeoTIFF long_description This software provides support for the Tag Image File \ Format (TIFF) Geo extensions. homepage http://geotiff.osgeo.org/ master_sites http://download.osgeo.org/geotiff/libgeotiff/ checksums rmd160 f5871407f64ed0e754fcbdc80ed57ac735bd8886 \ sha256 ad87048adb91167b07f34974a8e53e4ec356494c29f1748de95252e8f81a5e6e depends_lib port:tiff port:proj port:zlib port:jpeg # Don't accidentally create flat-namespace dylibs on Yosemite (#44596). patchfiles yosemite-libtool.patch post-patch { reinplace "s|epsg_csv|${name}/epsg_csv|" ${worksrcpath}/Makefile.in } configure.args-append \ --with-zip=${prefix} \ --with-jpeg=${prefix} \ --with-proj=${prefix} \ --enable-incode-epsg use_parallel_build no livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9.\]+)\\.\[tz\]