# -*- 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: Portfile 91970 2012-04-14 10:26:50Z jmr@macports.org $

PortSystem                  1.0

name                        gmt
version                     4.5.6
revision                    2
replaced_by                 gmt4
categories                  science
maintainers                 nomaintainer
license                     GPL-2
description                 the generic mapping tools
long_description an open source collection of ~60 tools         \
    for manipulating geographic and Cartesian data sets and     \
    producing Encapsulated PostScript File (EPS) illustrations  \
    ranging from simple x-y plots via contour maps to           \
    artificially illuminated surfaces and 3-D perspective views.
conflicts                   gmt4 \
                            gmt5
homepage                    http://gmt.soest.hawaii.edu/
platforms                   darwin

distfiles

pre-configure {
    ui_error "Please do not install this port since it has been replaced by 'gmt4'."
    return -code error
}

livecheck.type              none
