# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@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_lib	lib:libgnomeprintui-2:libgnomeprintui

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

