# $Id: Portfile 90599 2012-03-09 18:25:53Z jeremyhu@macports.org $

PortSystem          1.0

name                bitmap
version             1.0.6
categories          x11 graphics
maintainers         jeremyhu openmaintainer
description         Bitmap editor and converter utilities for X11
long_description    ${description}

platforms           darwin

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

checksums           sha1    5527034785dec2b93a8d0931edc58602032d1f91 \
                    rmd160  0466cb1bf00f1d7aab773a0e1fbf2dea15f3f99f \
                    sha256  f70100002faf7c54b1b851261a14606c147abcc9e43f9b4e980ffc82f56eb5eb

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw port:xbitmaps

post-destroot {
        # This conflicts with stipple from the bitmap port for case-insensitive file systems
        delete ${destroot}${prefix}/include/X11/bitmaps/Stipple
}


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