# $Id: Portfile 85871 2011-10-17 04:36:17Z jmr@macports.org $

PortSystem 1.0

name		gnome-photo-print
set gname       gpp
version		0.7.0
description	Gnome Photo Printer is intended for printing photos in an easy way.
long_description	${description}
maintainers	nomaintainer
categories	gnome
platforms	darwin
homepage	http://www.fogman.de/gpp/
distname	${gname}-${version}
master_sites	http://www.fogman.de/gpp/

checksums	md5     ff8fdd9a8f741b346a8d87045d1d02e3 \
		sha1    e79ee69c7fb3961f1c8fb28e00f88f4d4ecedb97 \
		rmd160  7a96e9b5cd05f2c6ce8017888aa2751934283a80

depends_build	port:intltool port:pkgconfig
depends_lib	port:libgnomeprintui port:libgnomeui

configure.args	--mandir=${prefix}/share/man
configure.cppflags-append "-L${prefix}/lib"

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