# -*- 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 77852 2011-04-15 00:31:50Z devans@macports.org $

PortSystem          1.0

name                glade
version             2.12.2
revision            3
license             GPL-2

replaced_by         glade3

categories          devel gnome
platforms           darwin
maintainers         nomaintainer

description         Glade is a RAD tool to enable quick & easy development of user interfaces \
                    for the GTK+ toolkit and the GNOME desktop environment.

long_description    ${description} This version is outdated and has been replaced by port 'glade3'.

homepage            http://glade.gnome.org/

distfiles
universal_variant   no

pre-configure {
	ui_error "This port is outdated and has been replaced by port 'glade3'.  Please install that port instead."
        return -code error
}

livecheck.type      none
