# -*- 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 # $Id$ PortSystem 1.0 name dcw-gmt version 1.1.2 categories science platforms darwin supported_archs noarch maintainers eprofs.de:florian \ takeshi license LGPL-3 description Digital Chart of the World (DCW) for GMT 5 long_description DCW-GMT is an enhancement to the \ original 1:1,000,000 scale vector basemap of the world \ available from the Princeton University Digital Map and \ Geospatial Information Center and from GeoCommunity at \ http://data.geocomm.com/readme/dcw/dcw.html. To read \ and process the data you should install GMT, the Generic \ Mapping Tools (port gmt5). homepage http://www.soest.hawaii.edu/pwessel/dcw/index.html master_sites http://www.soest.hawaii.edu/pwessel/dcw \ ftp://ftp.soest.hawaii.edu/dcw checksums rmd160 c0823279c7f3ec94d75564ba6e339cb0c3b5b435 \ sha256 f719054f8d657e7b10b5182d4c15bc7f38ef7483ed05cdaa9f94ab1a0008bfb6 use_configure no build {} destroot { file mkdir ${destroot}${prefix}/share/gmt copy ${worksrcpath} ${destroot}${prefix}/share/gmt/dcw } livecheck.type regex livecheck.url ${homepage} livecheck.regex {(?i)version ([0-9]+\.[0-9]+\.[0-9]+)}