mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
f339f50854
PR: ports/174129 Submitted by: shurd@sasktel.net (Maintainer)
21 lines
422 B
Makefile
21 lines
422 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cups-bjnp
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= print
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= shurd@sasktel.net
|
|
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
|
|
|
|
.include <bsd.port.mk>
|