freebsd-ports/textproc/docproj/files/JADETEX
Hiroki Sato aa0caf5ff3 - Fix dependencies.
- Use WITH_JADETEX instead of JADETEX.
- Use USE_GHOSTSCRIPT.

Reviewed by:	doceng
2004-08-20 17:34:16 +00:00

17 lines
640 B
Text

This port will try and ensure that the tools used by the FreeBSD
Documentation Project are installed on your system so you can convert
documentation from SGML to other formats.
One of these components is JadeTeX, which depends on teTeX. The source
for teTeX is larger than 30MB, and may be a very long download for you.
If you do not want to produce PostScript and PDF formats from the
documentation then you do not need JadeTeX, and you should set the
variable "WITH_JADETEX" to "no". If you do want to produce PostScript and
PDF output then set "WITH_JADETEX" to yes.
For example;
make WITH_JADETEX=no
make WITH_JADETEX=yes