# $Id: Portfile 91054 2012-03-23 08:03:41Z jeremyhu@macports.org $

PortSystem          1.0

name                xauth
version             1.0.7
categories          x11
license             X11
platforms           darwin
maintainers         jeremyhu openmaintainer
description         X11 authority file utility
long_description    ${description}

homepage            http://www.x.org/
master_sites        xorg:individual/app/

checksums           sha1    54f93f0539a98900c36c4f7c8ae933f77699dc7b \
                    rmd160  805167c0f54230c719a1e6a59d872ebfd3fe7608 \
                    sha256  84f78c08ebc6687e2e36c9ff1f5610988c6a03fc5bf51ef89aec4d155de3028d

use_bzip2	    yes
use_parallel_build  yes

depends_build \
	port:pkgconfig

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

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