mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
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= 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|