diff options
author | andreas <andreas@FreeBSD.org> | 1999-05-25 20:27:48 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-05-25 20:27:48 +0000 |
commit | e2b56829d2114fa0d7bfab1d113f7b609034b160 (patch) | |
tree | 7fdef56ca3bae8b690b8b778b11aa33d61741d7c /print | |
parent | d0ff08aed966f028a402f59bf237b3caa836b090 (diff) | |
download | FreeBSD-ports-e2b56829d2114fa0d7bfab1d113f7b609034b160.zip FreeBSD-ports-e2b56829d2114fa0d7bfab1d113f7b609034b160.tar.gz |
add new functionality:
- it's possible to use psutils to print 2 pages on one physical
page and other things.
- New Environment Variable PSUTILS can be set via apsfilterrc files.
i.e.: PSUTILS="psnup -2 |"
Port now additionally has a run dependency to psutils-letter....
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 5 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index cdd7e6c..c586451 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.29 1999/05/24 07:06:31 asami Exp $ +# $Id: Makefile,v 1.30 1999/05/24 11:58:45 andreas Exp $ # DISTNAME= apsfilter-5.1.1 @@ -19,7 +19,8 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \ anytopnm:${PORTSDIR}/graphics/netpbm \ bunzip2:${PORTSDIR}/archivers/bzip2 \ recode:${PORTSDIR}/converters/recode \ - a2ps:${PORTSDIR}/print/a2ps-letter + a2ps:${PORTSDIR}/print/a2ps-letter \ + psnup:${PORTSDIR}/print/psutils-letter USE_BZIP2= yes WRKSRC= ${WRKDIR}/apsfilter diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index cdd7e6c..c586451 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.29 1999/05/24 07:06:31 asami Exp $ +# $Id: Makefile,v 1.30 1999/05/24 11:58:45 andreas Exp $ # DISTNAME= apsfilter-5.1.1 @@ -19,7 +19,8 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \ anytopnm:${PORTSDIR}/graphics/netpbm \ bunzip2:${PORTSDIR}/archivers/bzip2 \ recode:${PORTSDIR}/converters/recode \ - a2ps:${PORTSDIR}/print/a2ps-letter + a2ps:${PORTSDIR}/print/a2ps-letter \ + psnup:${PORTSDIR}/print/psutils-letter USE_BZIP2= yes WRKSRC= ${WRKDIR}/apsfilter |