# -*- 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 107210 2013-06-21 21:48:46Z cal@macports.org $

PortSystem          1.0

name                gifsicle
version             1.71
checksums           rmd160  0e176a43594bd1c30ac217458c42c2795e8ea9fd \
                    sha256  bdda2a444c317743ec9457371b027ddaf1dc37f1521ce90c9db2466f7532c0f0

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}]
