# $Id: Portfile 59685 2009-10-19 23:09:21Z jeremyhu@macports.org $

PortSystem          1.0
name                xbitmaps
version             1.1.0
categories          x11 graphics
maintainers         jeremyhu openmaintainer
description         Bitmaps that are shared between X applications
long_description    ${description}

platforms           darwin

homepage            http://www.x.org/
master_sites        http://xorg.freedesktop.org/archive/individual/data/
use_bzip2           yes

checksums           md5     f9ddd4e70a5375508b3acaf17be0d0ab \
                    sha1    845b825f7e6d193d47db8b67ae8332d87ef8c2b3 \
                    rmd160  7a404194cd4e9d0b37611b5f9be381eb3f926999

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       ${master_sites}

