# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 118469 2014-04-02 21:24:44Z cal@macports.org $

PortSystem          1.0

name                gifsicle
version             1.82
checksums           rmd160  6e28ae9bb6f79d7973e22f9274d55cc335330907 \
                    sha256  341bd2cc212c84fb44087d2fcffd71fb2ad2691e0dc9df27938ca379dedcce7f

categories          graphics
platforms           darwin
maintainers         cal openmaintainer
description         GIF image/animation creator/editor.
long_description    Gifsicle is a UNIX command-line tool for creating, \
                    editing, and getting information about GIF images and \
                    animations.
homepage            http://www.lcdf.org/gifsicle/
license             GPL-2
master_sites        ${homepage}

depends_lib         port:xorg-libX11 \
                    port:xorg-libsm \
                    port:xorg-libice

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