cup -> cups,-libs
Explicitely set our PSTORASTE to gstoraster. Tweak README.
This commit is contained in:
parent
47b62a476b
commit
f86804944a
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/06/02 13:41:40 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2012/08/04 14:57:28 ajacoutot Exp $
|
||||
|
||||
COMMENT= CUPS drivers for SPL printers
|
||||
|
||||
DISTNAME= splix-2.0.0
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
CATEGORIES= print
|
||||
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
@ -18,22 +18,27 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += asn1 c crypto gssapi krb5 m pthread ssl stdc++ z
|
||||
WANTLIB += cups>=3 cupsimage jbig>=2
|
||||
WANTLIB += asn1 c crypto cups cupsimage gssapi jbig krb5 m pthread
|
||||
WANTLIB += ssl stdc++ z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=splix/}
|
||||
|
||||
LIB_DEPENDS= print/cups \
|
||||
LIB_DEPENDS= print/cups,-libs \
|
||||
graphics/jbigkit
|
||||
# pstoraster
|
||||
|
||||
# gstoraster
|
||||
RUN_DEPENDS= print/ghostscript/gnu
|
||||
|
||||
# package is only useful if cups is installed
|
||||
RUN_DEPENDS += print/cups
|
||||
|
||||
USE_GMAKE= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
MAKE_FLAGS= V=1 \
|
||||
MAKE=${MAKE_PROGRAM} \
|
||||
CXX=${CXX} \
|
||||
OPTIM_CXXFLAGS="${CXXFLAGS}"
|
||||
OPTIM_CXXFLAGS="${CXXFLAGS}" \
|
||||
PSTORASTER=gstoraster
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.2 2011/06/02 13:41:40 ajacoutot Exp $
|
||||
$OpenBSD: README,v 1.3 2012/08/04 14:57:28 ajacoutot Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -10,16 +10,8 @@ Color printers needs color profile files to get better results. These
|
||||
files are provided by your printer manufacturer and you have to install
|
||||
them manually. To do that, download the linux official drivers and
|
||||
copy the "cms" directory under:
|
||||
${TRUEPREFIX}/share/cups/model/<manufacturer>/
|
||||
${TRUEPREFIX}/share/cups/model/<manufacturer>/
|
||||
where <manufacturer> is either samsung, xerox or dell.
|
||||
|
||||
Samsung color profile files are available at
|
||||
http://splix.ap2c.org/samsung_cms.tar.bz2
|
||||
|
||||
|
||||
Upgrade notice
|
||||
==============
|
||||
If you are upgrading your current version, you MUST delete your printer
|
||||
in the CUPS interface and install it again. This operation MUST be done
|
||||
since CUPS makes a copy of the PPD file and this file is modified
|
||||
between versions.
|
||||
http://splix.ap2c.org/samsung_cms.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user