|
Lines 37-43
Link Here
|
| 37 |
# - APSFILTER_ALL build and install all supported filter utilities |
37 |
# - APSFILTER_ALL build and install all supported filter utilities |
| 38 |
# - WITHOUT_X11 toggles not to build tools that need X11, even if |
38 |
# - WITHOUT_X11 toggles not to build tools that need X11, even if |
| 39 |
# APSFILTER_ALL is set |
39 |
# APSFILTER_ALL is set |
|
|
40 |
# - A4_PAPER sets the default paper size to A4 for dependencies |
| 40 |
# |
41 |
# |
|
|
42 |
.if defined(A4_PAPER) |
| 43 |
PAPER_SIZE=a4 |
| 44 |
.else |
| 45 |
PAPER_SIZE=letter |
| 46 |
.endif |
| 41 |
.if defined(BATCH) && defined(APSFILTER_ALL) |
47 |
.if defined(BATCH) && defined(APSFILTER_ALL) |
| 42 |
# |
48 |
# |
| 43 |
# Build and install all filter apsfilter knows about (rather expensive) |
49 |
# Build and install all filter apsfilter knows about (rather expensive) |
|
Lines 55-62
Link Here
|
| 55 |
RUN_DEPENDS+= melt:${PORTSDIR}/archivers/freeze |
61 |
RUN_DEPENDS+= melt:${PORTSDIR}/archivers/freeze |
| 56 |
RUN_DEPENDS+= lzop:${PORTSDIR}/archivers/lzop |
62 |
RUN_DEPENDS+= lzop:${PORTSDIR}/archivers/lzop |
| 57 |
# all needed "ASCII to ps" filter utilities |
63 |
# all needed "ASCII to ps" filter utilities |
| 58 |
RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter |
64 |
RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-${PAPER_SIZE} |
| 59 |
RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-letter |
65 |
RUN_DEPENDS+= enscript:${PORTSDIR}/print/enscript-${PAPER_SIZE} |
| 60 |
RUN_DEPENDS+= mpage:${PORTSDIR}/print/mpage |
66 |
RUN_DEPENDS+= mpage:${PORTSDIR}/print/mpage |
| 61 |
RUN_DEPENDS+= recode:${PORTSDIR}/converters/recode |
67 |
RUN_DEPENDS+= recode:${PORTSDIR}/converters/recode |
| 62 |
# all needed "ARCHIVE" extraction utilities |
68 |
# all needed "ARCHIVE" extraction utilities |
|
Lines 71-77
Link Here
|
| 71 |
# all needed "xxx to ps" filter utilities |
77 |
# all needed "xxx to ps" filter utilities |
| 72 |
RUN_DEPENDS+= fitstopnm:${PORTSDIR}/graphics/netpbm |
78 |
RUN_DEPENDS+= fitstopnm:${PORTSDIR}/graphics/netpbm |
| 73 |
RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc |
79 |
RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc |
| 74 |
RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter |
80 |
RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-${PAPER_SIZE} |
| 75 |
.if !defined(WITHOUT_X11) |
81 |
.if !defined(WITHOUT_X11) |
| 76 |
# "xxx to ps" filter utilities that require X |
82 |
# "xxx to ps" filter utilities that require X |
| 77 |
RUN_DEPENDS+= acroread4:${PORTSDIR}/print/acroread4 |
83 |
RUN_DEPENDS+= acroread4:${PORTSDIR}/print/acroread4 |
|
Lines 101-108
Link Here
|
| 101 |
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu |
107 |
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu |
| 102 |
.endif |
108 |
.endif |
| 103 |
# most important "xxx to ps" filter utilities |
109 |
# most important "xxx to ps" filter utilities |
| 104 |
RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter |
110 |
RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-${PAPER_SIZE} |
| 105 |
RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter |
111 |
RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-${PAPER_SIZE} |
| 106 |
.endif |
112 |
.endif |
| 107 |
|
113 |
|
| 108 |
# needed for aps2file :-/ |
114 |
# needed for aps2file :-/ |