# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem      1.0

name            dvipng
version         1.18
categories      tex
maintainers     {dports @drkp} openmaintainer
description     a DVI-to-PNG converter
long_description \
    This program makes PNG and/or GIF graphics from DVI files as obtained \
    from TeX and its relatives. It is intended to produce anti-aliased    \
    screen-resolution images as fast as is possible.

homepage        https://savannah.nongnu.org/projects/dvipng/
platforms       darwin
license         LGPL

master_sites    sourceforge

checksums       rmd160  e69335e04bc6a06b1c9863f55ec41b23472161c7 \
                sha256  20ca6462f9841f0171f868dcb923560e8e9d37c038619e22b0ef69d77d66e97d \
                size    203401

extract.mkdir   yes

depends_build   port:ghostscript \
                port:texinfo
depends_lib     port:gd2 \
                port:texlive-bin \
                port:texlive-basic \
                port:freetype \
                port:t1lib \
                port:libpng \
                port:bzip2
depends_run     port:ghostscript
