# $Id: Portfile,v 1.1 2006/08/06 19:06:34 markd Exp $

PortSystem 1.0

name       djvulibre
version    3.5.17
categories      graphics www
platforms       darwin
maintainers     darwinports@opendarwin.org

description     Web centric format and software platform for distributing documents and images.
long_description            DjVu can advantageously replace PDF, PS, TIFF,JPEG, and GIF for \
                            distributing scanned documents, digital documents, or high-resolution \
                            pictures. DjVu content downloads faster, displays and renders faster, \
                            looks nicer on a screen and consume less client resources than competing \
                            formats.

homepage        http://djvulibre.djvuzone.org/
master_sites    sourceforge:djvu
checksums       md5 18e71eec1f7d59ef4710b405ea64650e

depends_lib     port:libiconv \
		port:jpeg \
                port:tiff \
		port:qt3

configure.env	CPPFLAGS=-I${prefix}/include \
		CFLAGS=-I${prefix}/include \
		LDFLAGS=-L${prefix}/lib

configure.args	--mandir=${prefix}/share/man \
		--enable-threads \
		--enable-shared \
		--enable-xmltools \
		--with-qt=${prefix}/lib/qt3
