# $Id: Portfile 108913 2013-08-04 19:11:09Z jeremyhu@macports.org $

PortSystem          1.0

name                iceauth
version             1.0.6
categories          x11
license             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        xorg:individual/app/
use_bzip2           yes

checksums           md5     2527344acc60741a709f4858564c5ae6 \
                    sha1    ee56608a52eec81682b8ca204a1afa4ec15bf01f \
                    rmd160  93c2471aa1d7978418c7d3cab3a4148542254e7e

depends_build       port:pkgconfig

depends_lib         port:xorg-libice

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