2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:37:54 espie Exp $
|
2009-03-17 14:37:20 -04:00
|
|
|
|
|
|
|
COMMENT= CUPS drivers for SPL printers
|
|
|
|
|
|
|
|
DISTNAME= splix-2.0.0
|
2012-08-04 10:57:28 -04:00
|
|
|
REVISION = 7
|
2009-03-17 14:37:20 -04:00
|
|
|
CATEGORIES= print
|
|
|
|
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
HOMEPAGE= http://splix.ap2c.org/
|
|
|
|
|
2010-03-21 06:14:50 -04:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2009-03-17 14:37:20 -04:00
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-08-04 10:57:28 -04:00
|
|
|
WANTLIB += asn1 c crypto cups cupsimage gssapi jbig krb5 m pthread
|
|
|
|
WANTLIB += ssl stdc++ z
|
2009-04-10 07:59:06 -04:00
|
|
|
|
2009-11-22 11:40:03 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=splix/}
|
2009-03-17 14:37:20 -04:00
|
|
|
|
2012-08-04 10:57:28 -04:00
|
|
|
LIB_DEPENDS= print/cups,-libs \
|
2010-11-20 04:48:38 -05:00
|
|
|
graphics/jbigkit
|
2012-08-04 10:57:28 -04:00
|
|
|
|
|
|
|
# gstoraster
|
2010-11-20 04:48:38 -05:00
|
|
|
RUN_DEPENDS= print/ghostscript/gnu
|
2009-03-17 14:37:20 -04:00
|
|
|
|
2012-08-04 10:57:28 -04:00
|
|
|
# package is only useful if cups is installed
|
|
|
|
RUN_DEPENDS += print/cups
|
|
|
|
|
2009-03-17 14:37:20 -04:00
|
|
|
USE_GMAKE= Yes
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST= Yes
|
2009-03-17 14:37:20 -04:00
|
|
|
|
|
|
|
MAKE_FLAGS= V=1 \
|
|
|
|
MAKE=${MAKE_PROGRAM} \
|
|
|
|
CXX=${CXX} \
|
2012-08-04 10:57:28 -04:00
|
|
|
OPTIM_CXXFLAGS="${CXXFLAGS}" \
|
|
|
|
PSTORASTER=gstoraster
|
2009-03-17 14:37:20 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|