# -*- 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$ PortSystem 1.0 name py25-gtk version 2.22.0 revision 4 categories python x11 license LGPL-2.1+ platforms darwin maintainers nomaintainer 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 py25-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