Ticket #5636: Portfile

File Portfile, 761 bytes (added by vincent-opdarw@…, 19 years ago)

Portfile for dvi2bitmap

Line 
1# $Id: Portfile 9661 2005-11-06 00:47:21Z lefevre $
2
3PortSystem              1.0
4name                    dvi2bitmap
5version                 0.13
6categories              graphics
7maintainers             vincent-opdarw@vinc17.org
8description             Utility to convert TeX DVI files directly to bitmaps
9long_description        dvi2bitmap is a utility to convert TeX DVI files \
10                        directly to bitmaps, without going through the \
11                        complicated (and slow!) route of conversion via \
12                        PostScript and PNM. It consists of a library plus \
13                        an application.
14homepage                http://dvi2bitmap.sourceforge.net/
15master_sites            sourceforge
16checksums               md5 a18db95d9a2ddde8b8340e2b03ad2523
17configure.env           CPPFLAGS="-I${prefix}/include"
18configure.args          --without-png
19
20variant png {
21        depends_lib-append      lib:libpng.3:libpng
22        configure.args-append   --with-png
23}