Ticket #34033: port.diff
File port.diff, 1.5 KB (added by mf2k (Frank Schima), 13 years ago) |
---|
-
Portfile
old new 1 # $Id : Portfile 42074 2008-11-14 16:41:42Z macsforever2000@macports.org$1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 5 5 name mapserver 6 version 5.2.0 7 maintainers googlemail.com:mbarchfe 6 version 6.0.2 7 maintainers googlemail.com:mbarchfe \ 8 hbaspecto.com:jea 8 9 categories gis 9 10 platforms darwin 10 11 … … 15 16 homepage http://mapserver.gis.umn.edu/ 16 17 master_sites http://download.osgeo.org/mapserver 17 18 18 checksums md5 6c0f210eb6510f0a43b6d5b09df8bb8319 checksums rmd160 18b50cff9252eca6f7c2ab74f8b6df45ca8ffc84 19 20 20 21 depends_lib port:gd2 \ 21 22 port:geos 22 23 23 patchfiles patch-Makefile.in.diff 24 patchfiles patch-Makefile.in.diff \ 25 patch-renderers-agg-include-agg_renderer_outline_aa.h.diff 24 26 25 27 configure.args --with-gd=${prefix} 26 28 variant gdalogr description {Add raster formats from gdal (Geospatial Data Abstraction Library) and vector formats from OGR Simple Features Library} { … … 34 36 configure.args-append --with-proj=${prefix} 35 37 } 36 38 39 variant postgis description {Add PostGIS support} { 40 depends_lib-append port:postgis 41 depends_lib-append port:postgresql91 42 configure.args-append --with-postgis=${prefix}/lib/postgresql91/bin/pg_config 43 } 44 37 45 variant apache conflicts apache2 apache_apple description {Use MacPorts Apache 1} { 38 46 depends_run-append port:apache 39 47 global cgi_path