1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add option to build ghostscript55 with PDFENCRYPT support.

This commit is contained in:
Andreas Klemm 2000-02-13 18:14:48 +00:00
parent da537565dc
commit d428c7a87c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25769
2 changed files with 10 additions and 0 deletions

View File

@ -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)

View File

@ -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)