| Summary: | Add foomatic and cups support to print/hpijs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | glennpj <glennpj> | ||||
| Component: | Individual Port(s) | Assignee: | Doug Barton <dougb> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->DougB Over to maintainer If "WITH_FOOMATIC" is defined then "USE_PERL5" should be set. -- Glenn Johnson State Changed From-To: open->closed I just committed CUPS support for this port, using some of the work here. Please take a look at it, and tell me what you think. Thanks for your assistance with this, and thanks for your patience. Responsible Changed From-To: DougB->dougb Fix capitalization of my uid. |
The current print/hpijs port does not install the foomatic ripper or the ppd files. It also can be made to work with cups. This patch adds the following variables to the Makefile: WITH_FOOMATIC and WITH_CUPS. The WITH_CUPS variable will automatically turn on WITH_FOOMATIC. The default, with the variables undefined, is to install exactly as before. I used INSTALL_TARGETS as appropriate because the configure script did not seem to quite do the right thing.