# $Id: Portfile 80076 2011-07-03 23:46:28Z jmr@macports.org $

PortSystem          1.0

name                xhost
version             1.0.4
categories          x11
maintainers         jeremyhu openmaintainer
description         Server access control program for X11
long_description \
   The xhost program is used to add and delete host names or user names to \
   the list allowed to make connections to the X server.

platforms           darwin

homepage            http://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           md5     2be663a0afbcc0856c1591477d5bf32a \
                    sha1    b4fde9899861f1a97395f8c7197db00cc44242a7 \
                    rmd160  64e1df89c5c04aff0b1789c9a4171b6dddaffb6b

depends_build       port:pkgconfig

depends_lib         port:xorg-libXmu

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
