# $Id: Portfile,v 1.3 2005/06/02 19:04:27 mww Exp $

PortSystem 1.0

name			jpegpixi
version			1.1.0
categories		graphics
platforms		darwin
maintainers		mww@opendarwin.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
}
