# $Id: Portfile 33441 2008-01-27 11:46:26Z ryandesign@macports.org $ PortSystem 1.0 name postgis version 1.3.1 categories databases platforms darwin maintainers frank-lists@auroralux.net description adds support for geographic objects to the postgresql database long_description PostGIS adds support for geographic objects to the \ PostgreSQL object-relational database. In effect, PostGIS \ "spatially enables" the PostgreSQL server, allowing it to be used \ as a backend spatial database for geographic information systems \ (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS \ follows the OpenGIS Simple Features Specification for SQL and \ will be submitted for conformance testing at version 1.0. homepage http://postgis.refractions.net/ master_sites http://postgis.refractions.net/download/ checksums sha1 db8e954dfc19e73c2331358a396e2064d1333a72 patchfiles patch-extras-template_gis-postgis_env.sh.in depends_lib port:postgresql82 port:geos port:proj configure.args --libdir=${prefix}/lib/postgresql82/ \ --datadir=${prefix}/share/${name} \ --with-pgsql=${prefix}/lib/postgresql82/bin/pg_config \ --with-geos=${prefix}/bin/geos-config \ --with-proj=${prefix} build.args "ICONV_LDFLAGS=\"-L${prefix}/lib -liconv\""