# $Id: Portfile 32685 2008-01-11 07:25:02Z ryandesign@macports.org $

PortSystem 1.0

name			jpegpixi
version			1.1.0
categories		graphics
platforms		darwin
maintainers		nomaintainer
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	{
	foreach locale {de fi fr} {
		file delete -force ${destroot}${prefix}/share/man/${locale}
	}
}
