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

PortSystem          1.0
name                xkill
version             1.0.1
revision            1
categories          x11
maintainers         blb openmaintainer
description         Kill a client by its X11 resource
long_description    ${description}

platforms           darwin

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

checksums           md5     f66d76abb0f75514ca32272e23cca757 \
                    sha1    fb88211f4632a16f8514b196343806cc9e3a2e4f \
                    rmd160  7c54bb324be61d7e4537f5e117a2d6f367a61beb

depends_build       port:pkgconfig

depends_lib         port:xorg-libXmu

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

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

