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

PortSystem          1.0
name                xhost
version             1.0.2
revision            1
categories          x11
maintainers         blb 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        ${homepage}pub/individual/app/
use_bzip2           yes

checksums           md5     f746aba36f075ae4cae313d849a94f4e \
                    sha1    307dbce5491c7c22f438d8856cd983004b78b86c \
                    rmd160  08863349dc0b359e023fa69944ad54f42c880a99

depends_build       port:pkgconfig

depends_lib         port:xorg-libXmu

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

