1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

apsfilter depends now on samba

make Windows Remote Printer support via smbclient
an option in the dialogue config script.
When running in batch mode it's included automatically
This commit is contained in:
Andreas Klemm 2000-03-06 22:16:28 +00:00
parent 17ebdb618b
commit 065b75c49e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26593
4 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN_DEPENDS+= anytopnm:${PORTSDIR}/graphics/netpbm
RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2
RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter
RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
.endif
USE_BZIP2= yes

View File

@ -15,6 +15,7 @@ LETTER "LETTER printing" OFF \
LETTERDJ "LETTERDJ printing" ON \
A4 "A4 printing" OFF \
PS "Postscript and PDF files" ON \
SAMBA "Windows Remote-Print Support" ON \
ENCRYPTED_PDF "Encrypted PDF files" ON \
ASCII "ASCII/English Text/Scripts" ON \
MAIL "Mail/News articles" ON \
@ -65,6 +66,9 @@ while [ "$1" ]; do
\"PS\")
echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55
;;
\"SAMBA\")
echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba
;;
\"ENCRYPTED_PDF\")
echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55
echo PDFENCRYPT=YES

View File

@ -22,6 +22,7 @@ RUN_DEPENDS+= anytopnm:${PORTSDIR}/graphics/netpbm
RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2
RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter
RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
.endif
USE_BZIP2= yes

View File

@ -15,6 +15,7 @@ LETTER "LETTER printing" OFF \
LETTERDJ "LETTERDJ printing" ON \
A4 "A4 printing" OFF \
PS "Postscript and PDF files" ON \
SAMBA "Windows Remote-Print Support" ON \
ENCRYPTED_PDF "Encrypted PDF files" ON \
ASCII "ASCII/English Text/Scripts" ON \
MAIL "Mail/News articles" ON \
@ -65,6 +66,9 @@ while [ "$1" ]; do
\"PS\")
echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55
;;
\"SAMBA\")
echo RUN_DEPENDS+=smbclient:${PORTSDIR}/net/samba
;;
\"ENCRYPTED_PDF\")
echo RUN_DEPENDS+=gs:${PORTSDIR}/print/ghostscript55
echo PDFENCRYPT=YES