# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 80266 2011-07-08 07:52:17Z takeshi@macports.org $

PortSystem  1.0

set realname    jpeg
version         6b
revision        1
name            ${realname}${version}

categories  graphics
maintainers nomaintainer
replaced_by ${realname}
description Library for manipulating JPEG images
long_description  \
  This distribution contains the sixth public release of the  \
  Independent JPEG Group's free JPEG software. You are welcome  \
  to redistribute this software and to use it for any purpose,  \
  subject to the conditions under LEGAL ISSUES, below.    \
  Serious users of this software (particularly those    \
  incorporating it into larger programs) should contact IJG at  \
  jpeg-info@uunet.uu.net to be added to our electronic mailing  \
  list.  Mailing list members are notified of updates and have  \
  a chance to participate in technical discussions, etc.

homepage        http://www.ijg.org/
platforms       darwin freebsd sunos

distfiles
                
pre-configure {
    ui_error "${name} has been renamed to ${replaced_by}. Please install ${replaced_by} instead."
    return -code error "obsolete port"
}

livecheck.type  none
