# -*- 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 93248 2012-05-18 09:16:09Z ryandesign@macports.org $

PortSystem                      1.0

name                            libungif
replaced_by                     giflib
version                         4.1.4
revision                        5
categories                      graphics
maintainers                     ryandesign
platforms                       darwin
homepage                        http://sourceforge.net/projects/giflib/

description                     Tools and library routines for working with \
                                GIF images

long_description                GIF loading and saving shared library \
                                (Saving uses an uncompressed gif algorithm\
                                that does not use LZW compression.)

distfiles

pre-configure {
    ui_error "${name} has been replaced by ${replaced_by}; please install ${replaced_by} instead."
    return -code error "obsolete port"
}

livecheck.type                  none
