# $Id: Portfile 66326 2010-04-09 09:38:05Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python26 1.0

name		gazpacho
version		0.7.2
revision	1
set branch      [join [lrange [split ${version} .] 0 1] .]
categories	devel python gnome
maintainers	nomaintainer
description	A GUI builder for the GTK+ toolkit.
long_description \
	Gazpacho is a fresh new GUI builder for the GTK+ toolkit designed to \
	be ultra easy to use.
homepage	http://gazpacho.sicem.biz
platforms	darwin

master_sites	gnome:sources/gazpacho/${branch}/
checksums	md5 42d180f2570f2f5d6c0fa69ed9897d9b \
		sha1 3f664b23982273e698509c94a704c468a93fd31e \
		rmd160 9e7614be94763bc9570032902019d26663331740

post-extract	{
	reinplace "s|/usr/|${prefix}/|g" ${worksrcpath}/gazpacho.desktop
}

depends_lib-append	\
	port:gettext \
	port:py26-gobject \
	port:py26-numeric \
	port:kiwi

python.link_binaries_suffix

livecheck.type  regex
livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
