diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-02-13 18:14:48 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-02-13 18:14:48 +0000 |
commit | d428c7a87c56ee076eb8a37ad79ff3e5c1d57ac8 (patch) | |
tree | 4007e1ecbcecf0e65667331fb622a27c17746d29 | |
parent | * This builds and should work when run on the i386. (diff) |
Add option to build ghostscript55 with PDFENCRYPT support.
-rw-r--r-- | print/apsfilter/scripts/configure | 5 | ||||
-rw-r--r-- | print/apsfilter6/scripts/configure | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/print/apsfilter/scripts/configure b/print/apsfilter/scripts/configure index 53248a0aca34..a6c108fae3b9 100644 --- a/print/apsfilter/scripts/configure +++ b/print/apsfilter/scripts/configure @@ -15,6 +15,7 @@ LETTER "LETTER printing" OFF \ LETTERDJ "LETTERDJ printing" ON \ A4 "A4 printing" OFF \ PS "Postscript and PDF files" ON \ +ENCRYPTED_PDF "Encrypted PDF files" ON \ ASCII "ASCII/English Text/Scripts" ON \ MAIL "Mail/News articles" ON \ DVI "TeX DVI files" OFF \ @@ -64,6 +65,10 @@ while [ "$1" ]; do \"PS\") echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 ;; + \"ENCRYPTED_PDF\") + echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 + echo PDFENCRYPT=YES + ;; \"ASCII\") case $PAPERSIZE in letter) diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure index 53248a0aca34..a6c108fae3b9 100644 --- a/print/apsfilter6/scripts/configure +++ b/print/apsfilter6/scripts/configure @@ -15,6 +15,7 @@ LETTER "LETTER printing" OFF \ LETTERDJ "LETTERDJ printing" ON \ A4 "A4 printing" OFF \ PS "Postscript and PDF files" ON \ +ENCRYPTED_PDF "Encrypted PDF files" ON \ ASCII "ASCII/English Text/Scripts" ON \ MAIL "Mail/News articles" ON \ DVI "TeX DVI files" OFF \ @@ -64,6 +65,10 @@ while [ "$1" ]; do \"PS\") echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 ;; + \"ENCRYPTED_PDF\") + echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55 + echo PDFENCRYPT=YES + ;; \"ASCII\") case $PAPERSIZE in letter) |