mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
55584a24c2
PR: 190333 Submitted by: shurd@sasktel.net (maintainer) Approved by: portmgr (implicit)
21 lines
434 B
Makefile
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>
|