Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name jpegpixi
version 1.1.0
categories graphics
platforms darwin
maintainers nomaintainer@macports.org
description JPEG Pixel Interpolator
long_description Jpegpixi is short for JPEG Pixel Interpolator. The intent \
of the program is to interpolate pixels (single pixels, dots, \
stripes) in JPEG images. This is useful to correct images from \
a digital camera with CCD defects. For example, if one pixel \
is always bright green, this pixel can be interpolated with \
jpegpixi.

homepage http://www.zero-based.org/software/jpegpixi/
master_sites ${homepage}
checksums md5 b8a325d464d4bcfafe35ff0fa81eb337

depends_lib lib:jpeg:jpeg

configure.args --with-jpeglib=${prefix} \
--mandir=${prefix}/share/man

post-destroot {
cd ${destroot}${prefix}/share/man
file delete -force de fi fr
}