1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name mapnik |
---|
4 | version 0.5.1 |
---|
5 | categories gis |
---|
6 | maintainers ocroquette@free.fr |
---|
7 | description Free toolkit for developing mapping applications |
---|
8 | |
---|
9 | long_description Mapnik is a Free Toolkit for developing mapping applications. \ |
---|
10 | Above all Mapnik is about making beautiful maps.\ |
---|
11 | It is easily extensible and suitable for both desktop and web development. |
---|
12 | |
---|
13 | homepage http://mapnik.org |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | fetch.type svn |
---|
17 | svn.url http://svn.mapnik.org/tags/release-${version} |
---|
18 | svn.tag 688 |
---|
19 | |
---|
20 | use_configure no |
---|
21 | |
---|
22 | patchfiles patch-SConstruct.diff |
---|
23 | |
---|
24 | worksrcdir release-${version} |
---|
25 | |
---|
26 | depends_build bin:svn:subversion |
---|
27 | depends_lib port:proj port:freetype port:boost port:py25 |
---|
28 | |
---|
29 | set buildoptions "PYTHON=\"${prefix}/bin/python2.5\" \ |
---|
30 | PREFIX=\"${prefix}\"" |
---|
31 | |
---|
32 | # For one reason, mapnik comes with its own scons |
---|
33 | build.cmd scons/scons.py |
---|
34 | build.target $buildoptions |
---|
35 | |
---|
36 | destroot.cmd scons/scons.py |
---|
37 | destroot.target "install $buildoptions" |
---|
38 | |
---|