# $Id: Portfile 37078 2008-05-26 07:05:32Z landonf@macports.org $ PortSystem 1.0 name postgis version 1.3.3 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 12b0da709360f67340f88774b70cf3bac65fcc24 patchfiles patch-extras-template_gis-postgis_env.sh.in depends_lib port:postgresql82 port:geos port:proj port:libiconv 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\" CFLAGS=\"-I${prefix}/include\""