# -*- 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

PortSystem          1.0
PortGroup           muniversal 1.0

name                gifsicle
version             1.96
revision            0
categories          graphics
maintainers         {mps @Schamschula} 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            https://www.lcdf.org/gifsicle/
license             GPL-2
master_sites        ${homepage} \
                    https://fossies.org/linux/misc/

checksums           rmd160  4c87a666825d7a557fb22b274d34b48e55b6b806 \
                    sha256  fd23d279681a6dfe3c15264e33f344045b3ba473da4d19f49e67a50994b077fb \
                    size    587298

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