# $Id: Portfile 62556 2010-01-11 00:36:42Z jeremyhu@macports.org $

PortSystem 1.0

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

distname    libdmx-${version}
checksums           md5     a2fcf0382837888d3781b714489a8999 \
                    sha1    8719434f167d476d53fca57c5be516c153354d60 \
                    rmd160  d10f37c82344ba952f5459516632c0aa2a2e7262

use_bzip2   yes
use_parallel_build      yes

depends_build   port:pkgconfig

depends_lib     port:xorg-libXext \
                port:xorg-dmxproto

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