1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name hplip |
---|
5 | version 0.9.10 |
---|
6 | revision 0 |
---|
7 | categories print |
---|
8 | maintainers darwinports@opendarwin.org |
---|
9 | description printing, scanning, and faxing for HP inkjet and laser printers |
---|
10 | long_description HPLIP is an HP developed solution for printing, scanning, and \ |
---|
11 | faxing with HP inkjet and laser based printers |
---|
12 | master_sites sourceforge |
---|
13 | checksums md5 349489b10fb44d1bf105b04ff5352551 |
---|
14 | |
---|
15 | depends_lib port:libusb \ |
---|
16 | port:jpeg \ |
---|
17 | port:PyQt |
---|
18 | depends_run port:py-readline |
---|
19 | |
---|
20 | # disable parallel port support |
---|
21 | configure.args --disable-pp-build |
---|
22 | configure.env LDFLAGS="-L/${prefix}/lib" \ |
---|
23 | CFLAGS="-I/${prefix}/include" \ |
---|
24 | CXXFLAGS="-I/${prefix}/include" \ |
---|
25 | CPPFLAGS="-I/${prefix}/include" |
---|