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

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

checksums           md5     975ade3f238c1eb10705da0a91e6e8e7 \
                    sha1    b75b87fed108bc4fe14ef06f76025016fa54299a \
                    rmd160  0cc6af2cb8b0dd3f7a6cb839b9a8ea3baa6ec1fd

depends_build       port:pkgconfig

depends_lib         port:xorg-libice

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

