mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add option to build ghostscript55 with PDFENCRYPT support.
This commit is contained in:
parent
da537565dc
commit
d428c7a87c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25769
5
print/apsfilter/scripts/configure
vendored
5
print/apsfilter/scripts/configure
vendored
@ -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)
|
||||
|
5
print/apsfilter6/scripts/configure
vendored
5
print/apsfilter6/scripts/configure
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user