# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                iceauth
version             1.0.8
categories          x11
license             X11
maintainers         {jeremyhu @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            https://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           rmd160  2f8fa01648478c04c6f0430e02487e2319a3980c \
                    sha256  e6ee213a217265cc76050e4293ea70b98c32dce6505c6421227efbda62ab60c6 \
                    size    137905

depends_build       port:pkgconfig

depends_lib         port:xorg-libice

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