# $Id: Portfile 101857 2013-01-20 20:13:47Z jeremyhu@macports.org $

PortSystem 1.0

name            xorg-libXdamage
version         1.1.4
categories      x11 devel
license         X11
maintainers     jeremyhu openmaintainer
description     X.org libXdamage
homepage        http://www.x.org
platforms       darwin macosx
long_description Damage extension
master_sites     xorg:individual/lib/

distname    libXdamage-${version}
checksums           md5     0cf292de2a9fa2e9a939aefde68fd34f \
                    sha1    c3fc0f4b02dce2239bf46c82a5f06b06585720ae \
                    rmd160  ab500956e64b2cba1250aac0f2ad55274399b3dd

use_bzip2   yes
use_parallel_build      yes

depends_build   port:pkgconfig \
                port:xorg-xextproto

depends_lib     port:xorg-libXfixes \
                port:xorg-damageproto

livecheck.type  regex
livecheck.url   http://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D
livecheck.regex libXdamage-(\\d+(?:\\.\\d+)*)
