# $Id: Portfile 50572 2009-05-04 19:19:09Z jeremyhu@macports.org $

PortSystem          1.0

name                xauth
version             1.0.3
revision            1
categories          x11
platforms           darwin
maintainers         jeremyhu
description         X11 authority file utility
long_description    ${description}

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

checksums           md5     e91e10ace1df0d5f2cbc74ead256407a \
                    sha1    6a034b6e665eabd149bf4f8ee60c12a86b70ecde \
                    rmd160  be87304d87abacc1d5fb00473807085d64b12e45

use_bzip2	    yes
use_parallel_build  yes

depends_build \
	port:pkgconfig

depends_lib \
	port:xorg-libXext \
	port:xorg-libXmu

livecheck.check regex
livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

