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

PortSystem          1.0
name                iceauth
version             1.0.2
revision            1
categories          x11
maintainers         blb openmaintainer
description         ICE authority file utility
long_description \
   The iceauth program is used to edit and display the authorization \
   information used in connecting with ICE.  This program is usually used \
   to extract authorization records from one machine and merge them in on \
   another (as is the case when using remote logins or granting access to \
   other users).

platforms           darwin

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

checksums           md5     7ab8b64edf0212a9d9a3c8129901a450 \
                    sha1    31cb5e07ea928b2a85af25d69535726e0d8c08d9 \
                    rmd160  c036cbce847cb73780520270bef28659ed8f8c80

depends_build       port:pkgconfig

depends_lib         port:xorg-libice

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

