Ticket #7317: Portfile

File Portfile, 827 bytes (added by fulton@…, 18 years ago)

Portfile for postgis-1.1.1

Line 
1PortSystem 1.0
2name            postgis
3version         1.1.1
4maintainers     fulton@cmu.edu
5description     PostGIS spatial extensions for PostgreSQL
6long_description        PostGIS adds support for geographic objects to the \
7                                        PostgreSQL object-relational database. In effect, PostGIS \
8                                        spatially enables the PostgreSQL server, allowing it to \
9                                        be used as a backend spatial database for geographic \
10                                        information systems (GIS), much like ESRI's SDE or \
11                                        Oracle's Spatial extension.
12homepage        http://postgis.refractions.net/
13master_sites    http://postgis.refractions.net/download/
14categories      science
15checksums       md5 3c86999ff2fa8678bb3d210202a84358
16
17depends_build   bin:pg_config:postgresql8+server
18depends_lib             port:geos port:proj
19
20configure.args  --with-pgsql=/opt/local/lib/pgsql8/bin/pg_config