PortSystem 1.0

name			jpegpixi
version			1.1.1
revision        2
checksums           rmd160  15e14360eb6fedb553188f2c2f4bad8dfcb76a7e \
                    sha256  e8507e07383d7b30b8ea9a7958f307b7a4ef38c80e6e2615460b07afd3407bed \
                    size    155045

categories		graphics
license			GPL-2+
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            https://web.archive.org/web/20100201190037/http://www.zero-based.org/software/jpegpixi/
master_sites        macports_distfiles

depends_build       port:gettext

depends_lib		path:include/turbojpeg.h:libjpeg-turbo \
                    port:gettext-runtime

patchfiles          implicit.patch

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

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