mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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....
This commit is contained in:
parent
d6268aca9d
commit
6c553c3c57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18993
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user