# -*- 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                gshhg-gmt-nc4
version             2.2.2
categories          science
platforms           darwin
supported_archs     noarch
maintainers         eprofs.de:florian \
                    takeshi
license             LGPL-3
description         Global Self-consistent Hierarchical High-resolution Geography (GSHHG)
long_description    Global Self-consistent Hierarchical \
    High-resolution Geography (GSHHG) is a high-resolution \
    shoreline data set amalgamated from two databases: Global \
    Self-consistent Hierarchical High-resolution Shorelines \
    (GSHHS) and CIA World Data Bank II (WDBII). GSHHG contains \
    vector descriptions at five different resolutions of land \
    outlines, lakes, rivers, and political boundaries. To read \
    and process the data you should install GMT, the Generic \
    Mapping Tools (port gmt4 or gmt5).

homepage            http://www.soest.hawaii.edu/pwessel/gshhs/index.html
master_sites        http://www.soest.hawaii.edu/pwessel/gshhg \
                    ftp://ftp.soest.hawaii.edu/pwessel/gshhs
checksums           md5     e30c2c9bbac54ddca3f7cd8b28a72cd5 \
                    sha1    f01c322ad1767abf99818c250b1a58b3e2c12e1c \
                    rmd160  2752be0b58f61417d8426ba0b1d5a835a74ebaf8

use_configure       no
build {}

destroot {
    copy ${worksrcpath} ${destroot}${prefix}/share/${name}
}

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     {version ([0-9]+\.[0-9]+\.[0-9]+)}
