1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-matplotlib-basemap |
---|
7 | version 0.9.6 |
---|
8 | categories python graphics math |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:ramercer openmaintainer |
---|
11 | |
---|
12 | description matplotlib toolkit for plotting data on map projections |
---|
13 | long_description Matplotlib basemap is a matplitlib toolkit python library \ |
---|
14 | for plotting data on map projections |
---|
15 | |
---|
16 | homepage http://matplotlib.sourceforge.net |
---|
17 | master_sites sourceforge:matplotlib |
---|
18 | distfiles basemap-${version}.tar.gz \ |
---|
19 | basemap-data-hires-${version}.tar.gz |
---|
20 | |
---|
21 | checksums basemap-${version}.tar.gz sha1 5f46906c1c53c3d597b83c275f2de8d6740663d6 \ |
---|
22 | basemap-data-hires-${version}.tar.gz sha1 3bec483cfd8e9bb8c1fd6ee1f0f950a2ae5ff766 |
---|
23 | |
---|
24 | depends_lib port:py25-matplotlib |
---|
25 | |
---|
26 | worksrcdir basemap-${version} |
---|
27 | |
---|
28 | post-destroot { |
---|
29 | file copy ${workpath}/countries_h.txt ${destroot}/${prefix}/lib/python2.5/site-packages/matplotlib/toolkits/basemap/data |
---|
30 | file copy ${workpath}/gshhs_h.txt ${destroot}/${prefix}/lib/python2.5/site-packages/matplotlib/toolkits/basemap/data |
---|
31 | file copy ${workpath}/rivers_h.txt ${destroot}/${prefix}/lib/python2.5/site-packages/matplotlib/toolkits/basemap/data |
---|
32 | file copy ${workpath}/states_h.txt ${destroot}/${prefix}/lib/python2.5/site-packages/matplotlib/toolkits/basemap/data |
---|
33 | } |
---|