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

PortSystem          1.0
name                xstdcmap
version             1.0.1
revision            1
categories          x11
maintainers         jeremyhu openmaintainer
description         X11 standard colormap utility
long_description    ${description}

platforms           darwin

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

checksums           md5     86ab558441edfb86f853639e4290a754 \
                    sha1    cb222bca38c5f739bdda9f2d66a023b531c51f93 \
                    rmd160  520d7ba5af6e99780b24128a2d6a1a2407c66990

depends_build       port:pkgconfig

depends_lib         port:xorg-libXmu

configure.args      --mandir=${prefix}/share/man

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

