Ticket #7201: Portfile

File Portfile, 844 bytes (added by aschenke@…, 18 years ago)

Portfile for hplip 0.9.10 (EXPERIMENTAL)

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