# $Id: Portfile 45603 2009-01-18 20:52:41Z jeremyhu@macports.org $

PortSystem          1.0
name                xclipboard
version             1.0.1
revision            1
categories          x11
maintainers         blb openmaintainer
description         X11 clipboard client
long_description \
   The xclipboard program is used to collect and display text selections \
   that are sent to the CLIPBOARD by other clients.

platforms           darwin

homepage            http://www.x.org/
master_sites        ${homepage}pub/individual/app/
use_bzip2           yes

checksums           md5     2c6ecedb10dc51adbb64c95f22fd99c2 \
                    sha1    05f0e1df3b85ce7cd5152a34513b866d41387824 \
                    rmd160  f187351862d5ca4f699fd39640bca91a247108f0

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw

configure.args      --mandir=${prefix}/share/man --disable-xprint

livecheck.check     regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       ${master_sites}

