aboutsummaryrefslogtreecommitdiff
path: root/print/cups-bjnp/Makefile
blob: 7c958749a49ec974f9f3784bf52266000c607f99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

PORTNAME=	cups-bjnp
PORTVERSION=	2.0.3
CATEGORIES=	print
MASTER_SITES=	SF

MAINTAINER=	danilo@FreeBSD.org
COMMENT=	CUPS backend for Canon USB over IP protocol

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libcups.so:print/cups

USES=		compiler:c11 localbase:ldflags

PLIST_FILES=	libexec/cups/backend/bjnp

GNU_CONFIGURE=	yes
# Just to avoid a tautological pointer compare in bjnp-commands.c:187
CONFIGURE_ARGS+=	--disable-Werror

.include <bsd.port.mk>