# $Id: Portfile,v 1.1 2006/06/17 02:34:34 rhwood Exp $

PortSystem 1.0
PortGroup python24 1.0

name		kiwi
version		1.9.8
categories	gnome python devel
maintainers	rhwood@opendarwin.org
description	Framework for Python applications with GUIs.
long_description \
	Kiwi is a framework and a set of enhanced PyGTK widgets designed to \
	make building programs with graphical interfaces both easy to write \
	and easy to maintain. Kiwi is pure Python and should work \
	cross-platform, but is developed on Python 2.4, Linux ix86.
homepage	http://www.async.com.br/projects/kiwi
platforms	darwin

master_sites	http://www.async.com.br/projects/kiwi/download/
checksums	md5 66720340ce6c832e674f72fb59a91205

depends_lib-append	port:py-gtk2 port:libglade2
