# $Id: Portfile 80076 2011-07-03 23:46:28Z jmr@macports.org $

PortSystem          1.0

name                xcursorgen
version             1.0.4
revision            1
categories          x11
maintainers         jeremyhu openmaintainer
description         Create an X11 cursor file from a collection of PNG images
long_description \
   xcursorgen takes a list of images, hotspot, and size information and \
   converts them to Xcursor format.

platforms           darwin

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

checksums           md5     731c39ea88217c12ddd37f8627d97f3f \
                    sha1    244c180aae8cc07175b93f314d5bbbf24171658a \
                    rmd160  0558e49250ab80416e38f9f8fa6cf31e1d08903b

depends_build       port:pkgconfig

depends_lib         port:xorg-libXcursor port:libpng

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