# $Id: Portfile 54724 2009-08-01 01:36:39Z snc@macports.org $

PortSystem 1.0

name		xorg-libXmu
version		1.0.4
revision	1
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	 ${homepage}/pub/individual/lib/

distname	libXmu-${version}
checksums           md5     fb372a5f3ab42b5ba16d7af4d833a0cb \
                    sha1    e2ecbce02184efd8899a34554575e1f3b6815295 \
                    rmd160  d1c1b185842456f65766df89f6a370f0d679ad29
use_bzip2	yes
use_parallel_build      yes

depends_build \
	port:pkgconfig

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

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