# -*- 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 78020 2011-04-19 19:30:28Z devans@macports.org $

PortSystem 1.0

name            glade3-devel
version         3.7.3

replaced_by     glade3

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'.

maintainers     devans
categories      devel gnome
platforms       darwin
homepage        http://glade.gnome.org/

distfiles

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
