diff options
author | nik <nik@FreeBSD.org> | 1999-01-22 14:57:28 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-01-22 14:57:28 +0800 |
commit | 4fdabee211439de05ae3d80a474d807e206294c1 (patch) | |
tree | ecbdbd476da2796d30a140a1c752502d425f1fd9 /textproc | |
parent | de71f299a8403cd8f39d0f9216b8488295f7a940 (diff) | |
download | freebsd-ports-gnome-4fdabee211439de05ae3d80a474d807e206294c1.tar.gz freebsd-ports-gnome-4fdabee211439de05ae3d80a474d807e206294c1.tar.zst freebsd-ports-gnome-4fdabee211439de05ae3d80a474d807e206294c1.zip |
Move pkg/JADETEX to files/JADETEX.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 4 | ||||
-rw-r--r-- | textproc/docproj/files/JADETEX | 17 |
2 files changed, 19 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index cf66dba38ee7..406daf088955 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -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 diff --git a/textproc/docproj/files/JADETEX b/textproc/docproj/files/JADETEX new file mode 100644 index 000000000000..f2f7379f5536 --- /dev/null +++ b/textproc/docproj/files/JADETEX @@ -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 + |