# $Id: Portfile 47227 2009-02-23 22:41:09Z blb@macports.org $

PortSystem          1.0
name                bitmap
version             1.0.3
revision            1
categories          x11 graphics
maintainers         blb openmaintainer
description         Bitmap editor and converter utilities for X11
long_description    ${description}

platforms           darwin

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

checksums           md5     98200c358e5401d648b980564d9ae39d \
                    sha1    ca3b65e25fea6929ee254944b72508f8e39d80ea \
                    rmd160  189142b6f6611d159d3f28d08240cb6e2ec3f7a8

depends_build       port:pkgconfig

depends_lib         port:xorg-libXaw port:xbitmaps

# Xquartz ships with XAW8 but current libXaw no longer supports it, so
# this makes sure the MacPorts libXaw can satisfy bitmap
configure.args      --disable-xprint

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

