# -*- 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 86020 2011-10-18 15:52:50Z devans@macports.org $

PortSystem 1.0

name            gimp-user-manual
version         2.4.2
revision        1
license         GFDL-1.2

replaced_by     gimp-help-en

categories      graphics
maintainers     nomaintainer
description     A multilingual user manual for GIMP (out of date).
long_description \
                ${description} Replaced by the more up-to-date gimp-help-* series.

homepage        http://docs.gimp.org/
platforms       darwin

supported_archs noarch

build {}

distfiles
master_sites

pre-configure {
    ui_error " \
    This port has been replaced by the more up-to-date gimp-help-* series of ports.

    Please install one or more of the following ports instead:

        gimp-help-de
        gimp-help-en
        gimp-help-es
        gimp-help-fr
        gimp-help-it
        gimp-help-ja
        gimp-help-ko
        gimp-help-nl
        gimp-help-nn
        gimp-help-pl
        gimp-help-ru
        gimp-help-sv
        gimp-help-zh_CN
"
    return -code error
}

livecheck.type  none
