Ticket #30965: gdal-Portfile.diff
File gdal-Portfile.diff, 1.5 KB (added by shadow@…, 13 years ago) |
---|
-
dports/gis/gdal/Portfile
2 2 3 3 PortSystem 1.0 4 4 name gdal 5 version 1.8. 05 version 1.8.1 6 6 #revision 1 7 7 maintainers gmail.com:seanasy 8 8 platforms darwin … … 18 18 master_sites http://www.gdal.org/dl/ \ 19 19 http://download.osgeo.org/gdal/ 20 20 categories gis 21 checksums md5 c762cdab0f7e51a677ba49278a8a263d\22 rmd160 0e116f41b23ff5b44c692f56459facab332c6201\23 sha1 e5a2802933054050c6fb0b0a0e1f46b5dd195b0a21 checksums md5 b32269893afc9dc9eced45e74e4c6bb4 \ 22 rmd160 4ac1cd59979464bd37b4d2aa588092ee0c34d45c \ 23 sha1 b2f8b12ebdd00c05bc7f1ab7b761d9ac335c470c 24 24 25 25 depends_lib port:zlib port:libpng port:tiff port:libgeotiff port:jpeg \ 26 26 path:include/gif_lib.h:giflib port:proj … … 52 52 --without-pam --without-perl \ 53 53 --without-php --without-ruby \ 54 54 --without-python \ 55 --without-poppler \ 55 56 --without-xerces --without-expat \ 56 57 --mandir=${prefix}/share/man 57 58 # Patch to ensure that the python installation respects DESTDIR … … 91 92 configure.args-append --with-curl=${prefix}/bin/curl-config 92 93 } 93 94 95 variant poppler description {Enable poppler support} { 96 depends_lib-append port:poppler 97 configure.args-delete --without-popper 98 configure.args-append --with-poppler=${prefix} 99 } 100 94 101 variant mrsid description {Enable MrSID file format} { 95 102 depends_lib-append port:geoexpress-sdk 96 103 configure.args-delete --without-mrsid