a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20419 2006-11-03 02:16:26Z jberry@macports.org $
PortSystem 1.0
name epeg
version 0.9.0
description An IMMENSELY FAST JPEG thumbnailer library API.
long_description Its a convenience library API to using libjpeg \
to load JPEG images destined to be turned into \
thumbnails of the original, saving information with \
these thumbnails, retreiving it and managing to load \
the image ready for scaling with the minimum of fuss \
and CPU overhead.
maintainers nomaintainer@macports.org
categories graphics x11
platforms darwin
homepage http://www.enlightenment.org
master_sites sourceforge:enlightenment
checksums md5 9b68516f27e8c0386d03168444a4f5de
depends_lib lib:libjpeg:jpeg
configure.args --mandir=${prefix}/share/man
configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
CFLAGS="-no-cpp-precomp -L${prefix}/lib"