# $Id: Portfile 39905 2008-09-11 08:31:34Z pguyot@kallisys.net $ PortSystem 1.0 name libgnomecups version 0.2.3 revision 1 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome platforms darwin description This is an implementation of the Gnome Printing Architecture long_description \ ${description} homepage http://www.levien.com/gnome/print-arch.html master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums md5 dc4920c15c9f886f73ea74fbff0ae48b \ sha1 09d4dc4e4cf40baa1ced95a7a6b287db3cb5a47c \ rmd160 22b833359aae237067919e76c2345689e1d0505a depends_build port:pkgconfig \ port:perl5.8 \ port:p5-xml-parser \ port:gnome-common \ port:intltool depends_lib path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \ port:gettext \ port:libiconv configure.args --mandir=${prefix}/share/man platform darwin 7 { depends_build-append port:cups-headers } platform darwin 8 { patchfiles-append patch-libgnomecups-gnome-cups-request.c.diff } livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}