# $Id: Portfile 47505 2009-02-28 20:27:25Z jeremyhu@macports.org $

PortSystem          1.0
name                xbitmaps
version             1.0.1
revision            1
categories          x11 graphics
maintainers         blb openmaintainer
description         Bitmaps that are shared between X applications
long_description    ${description}

platforms           darwin

homepage            http://www.x.org/
master_sites        ${homepage}pub/individual/data/
use_bzip2           yes

checksums           md5     b28a9840cde3c38d7c09716372fea257 \
                    sha1    6c0fd6f7c9bba682aa0216b4d91a6e9a6b7f01cf \
                    rmd160  d6cf399ffce54cd001e7d6ed41c83c9495d73db9

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

livecheck.check     regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       ${master_sites}

