# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 100346 2012-12-08 23:45:49Z g5pw@macports.org $

PortSystem      1.0

name            py26-gtk
version         2.22.0
revision        4
categories      python x11
platforms       darwin
license         LGPL-2.1+
maintainers     mcalhoun openmaintainer
description     PyGTK is the Python binding to GTK+ 2.x

long_description \
    PyGTK contains modules that allow you to use gtk in Python programs. \
    At present, it is a fairly complete set of bindings.

homepage        http://www.pygtk.org/
distfiles

replaced_by	py26-pygtk

pre-configure {
    ui_error "${name} has been replaced by ${replaced_by}; please install that port instead"
    return -code error "obsolete port"
}

livecheck.type  none
