2009-05-15 11:36:56 +00:00
|
|
|
PORTNAME= cups-bjnp
|
2020-08-09 16:33:24 +00:00
|
|
|
PORTVERSION= 2.0.3
|
2009-05-15 11:36:56 +00:00
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2014-08-07 01:29:53 +00:00
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
2009-05-15 11:36:56 +00:00
|
|
|
COMMENT= CUPS backend for Canon USB over IP protocol
|
|
|
|
|
2018-02-27 23:13:27 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 14:16:16 +00:00
|
|
|
LIB_DEPENDS= libcups.so:print/cups
|
2009-05-15 11:36:56 +00:00
|
|
|
|
2020-08-30 14:00:00 +00:00
|
|
|
USES= compiler:c11 localbase:ldflags
|
|
|
|
|
2018-02-27 23:13:27 +00:00
|
|
|
PLIST_FILES= libexec/cups/backend/bjnp
|
|
|
|
|
2009-05-15 11:36:56 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2014-09-07 13:34:45 +00:00
|
|
|
# Just to avoid a tautological pointer compare in bjnp-commands.c:187
|
|
|
|
CONFIGURE_ARGS+= --disable-Werror
|
2009-05-15 11:36:56 +00:00
|
|
|
|
2011-12-15 14:16:01 +00:00
|
|
|
.include <bsd.port.mk>
|