summaryrefslogtreecommitdiff
path: root/print/apsfilter6
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-03-06 22:16:28 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-03-06 22:16:28 +0000
commit065b75c49e66e054449ef34781c2169f6a022966 (patch)
tree4a54ec6cd9df26e4e641f4ea95082dbbe10c7757 /print/apsfilter6
parentAdded qt21. (diff)
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
Notes
Notes: svn path=/head/; revision=26593
Diffstat (limited to 'print/apsfilter6')
-rw-r--r--print/apsfilter6/Makefile1
-rw-r--r--print/apsfilter6/scripts/configure4
2 files changed, 5 insertions, 0 deletions
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile
index 1fb2841ef1f5..79f9eff76be1 100644
--- a/print/apsfilter6/Makefile
+++ b/print/apsfilter6/Makefile
@@ -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
diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure
index 1e8caebc3b08..5af845d04344 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 \
+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