1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name rlpr |
---|
4 | version 2.04 |
---|
5 | categories print net |
---|
6 | maintainers fenner@research.att.com |
---|
7 | homepage http://truffula.com/rlpr/ |
---|
8 | master_sites ftp://www.truffula.com/pub/ |
---|
9 | checksums md5 d4560cad31b0f031796a260b6d6b7123 |
---|
10 | description Tools to spool to remote printers without modifying printcap |
---|
11 | long-description rlpr includes versions of lpr, lpq and lprm that permit \ |
---|
12 | printing to remote printers without modifying the system printcap. |
---|
13 | |
---|
14 | post-extract { |
---|
15 | system "chmod +w ${worksrcpath}/src/rlprrc.h" |
---|
16 | reinplace s,/etc,${prefix}/etc, ${worksrcpath}/src/rlprrc.h |
---|
17 | system "chmod +w ${worksrcpath}/man/*.\[15]" |
---|
18 | reinplace s,/etc/rlprrc,${prefix}/etc/rlprrc, \ |
---|
19 | ${worksrcpath}/man/rlpq.1 ${worksrcpath}/man/rlpr.1 \ |
---|
20 | ${worksrcpath}/man/rlprm.1 ${worksrcpath}/man/rlprrc.5 |
---|
21 | } |
---|