# $Id: Portfile,v 1.1 2005/11/10 08:27:35 mww Exp $

PortSystem 1.0
name			dvi2bitmap
version			0.13
categories		graphics
maintainers		vincent-opdarw@vinc17.org
description		Utility to convert TeX DVI files directly to bitmaps
long_description	dvi2bitmap is a utility to convert TeX DVI files \
			directly to bitmaps, without going through the \
			complicated (and slow!) route of conversion via \
			PostScript and PNM. It consists of a library plus \
			an application.
homepage		http://dvi2bitmap.sourceforge.net/
master_sites		sourceforge
checksums		md5 a18db95d9a2ddde8b8340e2b03ad2523
depends_lib		port:libpng port:zlib
configure.env		CPPFLAGS="-I${prefix}/include"
configure.args	--mandir=${prefix}/share/man --with-png=${prefix} --without-kpathsea

