1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name gdal-grass |
---|
7 | version 1.4.3 |
---|
8 | platforms darwin |
---|
9 | categories gis |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description OGR/GRASS plugin for GDAL |
---|
13 | long_description A plugin which allows GDAL to access GRASS databases. |
---|
14 | |
---|
15 | homepage http://www.gdal.org/ |
---|
16 | master_sites http://www.gdal.org/dl \ |
---|
17 | http://download.osgeo.org/gdal/ |
---|
18 | |
---|
19 | checksums md5 2bfb7640e03b4d9d012f1a5d62c0351d |
---|
20 | |
---|
21 | depends_lib port:gdal \ |
---|
22 | port:grass |
---|
23 | |
---|
24 | configure.args \ |
---|
25 | --with-grass=${prefix}/share/grass-6.3.0 \ |
---|
26 | --with-autoload=${prefix}/lib/gdalplugins |
---|
27 | |
---|
28 | build.target default |
---|
29 | |
---|
30 | pre-destroot { |
---|
31 | file mkdir ${destroot}/${prefix}/share/gdal/grass |
---|
32 | } |
---|