# $Id: Portfile 40241 2008-09-27 00:15:22Z ryandesign@macports.org $ PortSystem 1.0 name gv version 3.6.6 categories print maintainers nomaintainer homepage http://www.gnu.org/software/gv/ platforms darwin description PostScript and PDF previewer long_description gv is a X11 PostScript and PDF previewer based on \ Tim Theisen's ghostview-1.5. It uses the Xaw3d \ widget set, thus providing a much nicer look and \ it's said to be a bit faster. master_sites gnu checksums md5 0b9c02724af876d9e5556c4e957b6343 \ sha1 01047040c0f6081609b51a6bdd6f9275293654a7 \ rmd160 40f7654ffb799fb508dce077b49eb02982319e8b depends_lib port:Xaw3d depends_run bin:gs:ghostscript platform darwin { patchfiles-append patch-secscanf.c.diff } configure.args --x-includes=${x11prefix}/include \ --x-libraries=${x11prefix}/lib \ --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ --disable-dependency-tracking \ --enable-setenv-code variant letter description {sets default paper size to letter} { configure.args-append --with-default-papersize=letter }