1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/print/cups-bjnp/Makefile
Danilo Egea Gondolfo 2ff57bf90f - Update to 2.0.2
2019-09-09 21:14:04 +00:00

25 lines
507 B
Makefile

# $FreeBSD$
PORTNAME= cups-bjnp
PORTVERSION= 2.0.2
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
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
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>