# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name libwnck version 2.26.2 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 90d89a7bcf3311877fa4b427719c7483 \ sha1 b941006e5edf2877f863c541d52485cd141f96da \ rmd160 5554e934419012400dfb293c7d906293028298cc depends_build port:pkgconfig \ port:intltool \ port:p5-xml-parser \ port:gnome-doc-utils depends_lib port:startup-notification \ port:gtk2 \ port:xorg-libXres pre-fetch { if {![file exists $prefix/lib/libgdk-x11-2.0.dylib]} { ui_error "gtk2 must be installed with +x11 variant enabled." error "gtk2 must be installed with +x11 variant." } } configure.args --x-includes=${prefix}/include \ --x-libraries=${prefix}/lib livecheck.check regex livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}