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

PortSystem          1.0
name                xcursorgen
version             1.0.3
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        http://xorg.freedesktop.org/archive/individual/app/
use_bzip2           yes

checksums           md5     69df079b3950a0db4e5f4e6f0e00ddee \
                    sha1    7df26b371476654dc191c45e7d20ae3a5e0cad87 \
                    rmd160  9b7ac67158c3befcde20a2189134f83185a0b172

depends_build       port:pkgconfig

depends_lib         port:xorg-libXcursor port:libpng

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

