freebsd-ports/print/cups-bjnp/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

20 lines
433 B
Makefile

# $FreeBSD$
PORTNAME= cups-bjnp
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= SF
MAINTAINER= danilo@FreeBSD.org
COMMENT= CUPS backend for Canon USB over IP protocol
LIB_DEPENDS= libcups.so:print/cups
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>