Permalink
Browse files
libgeotiff: update to 1.5.1
- Loading branch information
Showing
with
9 additions
and
21 deletions.
-
+9
−21
graphics/libgeotiff/Portfile
|
|
@@ -3,7 +3,7 @@ |
|
|
PortSystem 1.0 |
|
|
|
|
|
name libgeotiff |
|
|
version 1.4.3 |
|
|
version 1.5.1 |
|
|
revision 0 |
|
|
categories graphics |
|
|
platforms darwin |
|
|
@@ -19,31 +19,19 @@ long_description This software provides support for the Tag Image File \ |
|
|
homepage http://geotiff.osgeo.org/ |
|
|
master_sites http://download.osgeo.org/geotiff/libgeotiff/ |
|
|
|
|
|
checksums rmd160 05311924feeec43fcc7892765349ab8d1ea07880 \ |
|
|
sha256 b8510d9b968b5ee899282cdd5bef13fd02d5a4c19f664553f81e31127bc47265 \ |
|
|
size 1864829 |
|
|
checksums rmd160 96d90b96aefe1a585571ae7896d0ab7ff0c82c1c \ |
|
|
sha256 f9e99733c170d11052f562bcd2c7cb4de53ed405f7acdde4f16195cd3ead612c \ |
|
|
size 528083 |
|
|
|
|
|
depends_lib port:tiff \ |
|
|
port:zlib \ |
|
|
port:jpeg |
|
|
|
|
|
post-patch { |
|
|
reinplace "s|epsg_csv|${name}/epsg_csv|" ${worksrcpath}/Makefile.in |
|
|
} |
|
|
|
|
|
variant proj4 description {builds with proj 4.9} { |
|
|
depends_lib-append port:proj4 |
|
|
configure.args-append --with-proj=${prefix}/lib/proj49 |
|
|
} |
|
|
if {![variant_isset proj4]} { |
|
|
depends_lib-append port:proj |
|
|
configure.args-append --with-proj=${prefix}/lib/proj5 |
|
|
} |
|
|
|
|
|
configure.args-append \ |
|
|
port:jpeg \ |
|
|
port:proj6 |
|
|
|
|
|
configure.args-append \ |
|
|
--with-zip=${prefix} \ |
|
|
--with-jpeg=${prefix} \ |
|
|
--enable-incode-epsg |
|
|
--with-proj=${prefix}/lib/proj6 |
|
|
|
|
|
use_parallel_build no |
|
|
|
|
|
|