# $Id: Portfile 38077 2008-07-05 21:37:56Z ryandesign@macports.org $ PortSystem 1.0 name libwnck version 2.22.1 set branch [join [lrange [split ${version} .] 0 1] .] maintainers nomaintainer categories gnome platforms darwin description Library used for writing pagers and taskslists. long_description \ libwnck is a Window Navigator Construction Kit, i.e. a library \ to use for writing pagers and taskslists and stuff. It is \ needed for the GNOME 2.0 desktop. homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ use_bzip2 yes checksums md5 6b16643a107d9fc37136335939ab3f1a \ sha1 f04a0b77644ac47b5330dd49a28596a0c2019fe0 \ rmd160 4b8768f953448c7961dcb7fb9209f5b1ce773e40 depends_build port:gnome-doc-utils depends_lib port:startup-notification \ port:gtk2 \ path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \ port:gettext \ port:libgnomecanvas configure.args --disable-scrollkeeper post-activate { system "scrollkeeper-update" } livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}