# $Id: Portfile 113538 2013-11-19 13:44:08Z jmr@macports.org $

PortSystem 1.0

name		gnome-turtle
version		0.1.3
description	A turtle and lsys drawing program for GNOME.
long_description   	A turtle and lsys drawing program for GNOME. It \
			can generate fractals from an L-System definition.
maintainers	nomaintainer
categories	gnome math
license		GPL-2+
platforms	darwin
homepage	https://savannah.nongnu.org/p/gnome-turtle/
master_sites    http://savannah.nongnu.org/download/gnome-turtle/
checksums	md5 a964b8777854b388da966f1605b8a831
worksrcdir	${name}
depends_build	port:intltool port:pkgconfig
depends_lib	port:libgnomeprintui port:libgnomeui

livecheck.type  regex
livecheck.url   ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
