1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/print/cups-bjnp/Makefile
Carlo Strub 55584a24c2 Back to pool
PR:		190333
Submitted by:	shurd@sasktel.net (maintainer)
Approved by:	portmgr (implicit)
2014-06-03 20:29:43 +00:00

21 lines
434 B
Makefile

# $FreeBSD$
PORTNAME= cups-bjnp
PORTVERSION= 1.2.1
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= CUPS backend for Canon USB over IP protocol
LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client
BUILD_DEPENDS= ${LOCALBASE}/libexec/cups/backend:${PORTSDIR}/print/cups-base
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NO_STAGE= yes
.include <bsd.port.mk>