# $Id: Portfile 59685 2009-10-19 23:09:21Z jeremyhu@macports.org $

PortSystem          1.0
name                xhost
version             1.0.3
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        http://xorg.freedesktop.org/archive/individual/app/
use_bzip2           yes

checksums           md5     c7f91b4a750d297f269c2a0a3206a1b2 \
                    sha1    ebcdccdc908e642e527eebbde6ba8084d90c04f6 \
                    rmd160  184c7261b7a439bbf925e1207d79315c87842787

depends_build       port:pkgconfig

depends_lib         port:xorg-libXmu

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

