mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
dc62b45acb
printers. Below is a non-exhaustive list of currently supported printers. Note that only SPL2 and SPLc printers are currently supported! Manufacturer Model State Xerox Phaser 6100 Works Samsung CLP-300 Non-working Samsung CLP-500 Works Samsung CLP-510 Works Samsung CLP-600 Non-working Samsung ML-1510 Works Samsung ML-1520 Works Samsung ML-1610 Works Samsung ML-1710 Works Samsung ML-1740 Works Samsung ML-1750 Works Samsung ML-2010 Works Samsung ML-2150 Untested Samsung ML-2250 Works Samsung ML-2550 Untested Samsung ML-2571 Works WWW: http://splix.sourceforge.net/ PR: ports/111034 Submitted by: Tomas Verbaitis <tomasv at megalogika.lt>
12 lines
364 B
Plaintext
12 lines
364 B
Plaintext
--- Makefile Sun Feb 4 02:44:21 2007
|
|
+++ Makefile.port Thu Apr 19 22:33:09 2007
|
|
@@ -4,7 +4,7 @@
|
|
# This project has been placed under the GPL Licence.
|
|
#
|
|
|
|
-CXXFLAGS := -O2 `cups-config --cflags`
|
|
+CXXFLAGS += `cups-config --cflags`
|
|
LDFLAGS := `cups-config --ldflags`
|
|
CUPSFILTER := `cups-config --serverbin`/filter
|
|
CUPSPPD := `cups-config --datadir`/model
|