# $Id: Portfile 67323 2010-05-05 15:51:10Z vinc17@macports.org $

PortSystem 1.0

name                    dvi2bitmap
version                 0.13
categories              graphics
platforms               darwin
maintainers             vinc17 openmaintainer
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.args          --mandir=${prefix}/share/man \
                        --with-png=${prefix} \
                        --without-kpathsea

livecheck.type          regex
livecheck.url           ${homepage}
livecheck.regex         ${name}-(\[0-9.\]+),
