# $Id: Portfile 58207 2009-09-24 04:15:51Z jeremyhu@macports.org $

PortSystem 1.0

name		xorg-libXmu
version		1.0.5
categories	x11 devel
maintainers	jeremyhu openmaintainer
description	X.org libXmu
homepage	http://www.x.org
platforms	darwin macosx
long_description X.org Xmu library
master_sites	http://xorg.freedesktop.org/archive/individual/lib

distname	libXmu-${version}
checksums           md5     fc4d66be7a1a1eb474954728415e46d6 \
                    sha1    e7ff5960f2374852b941f909cdbdeafe7d29322f \
                    rmd160  3d07f6ca5dc5ddb571dd25e35253dba3baff834b
use_bzip2	yes
use_parallel_build      yes

depends_build \
	port:pkgconfig

depends_lib \
	port:xorg-libXext \
	port:xorg-libXt

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