# $Id: Portfile 92851 2012-05-09 05:13:37Z 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
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}"
