1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Move pkg/JADETEX to files/JADETEX.

This commit is contained in:
Nik Clayton 1999-01-22 06:57:28 +00:00
parent 8dff3ebe1e
commit 76664cbb9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16254
2 changed files with 19 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date created: 27 June 1998
# Whom: Nik Clayton <nik@freebsd.org>
#
# $Id: Makefile,v 1.7 1999/01/20 22:19:42 nik Exp $
# $Id: Makefile,v 1.8 1999/01/21 03:28:27 jkh Exp $
#
DISTNAME= docproj
@ -25,7 +25,7 @@ JADETEX?=
.if empty(JADETEX) && (make(fetch) || make(build) || make(install))
.BEGIN:
@${CAT} pkg/JADETEX
@${CAT} files/JADETEX
@${FALSE}
.endif

View File

@ -0,0 +1,17 @@
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 "JADETEX" to "no". If you do want to produce PostScript and
PDF output then set "JADETEX" to yes.
For example;
make JADETEX=no
make JADETEX=yes