1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/print/cups-bjnp/Makefile
Diane Bruce f339f50854 Update port to latest version.
PR:		ports/174129
Submitted by: 	shurd@sasktel.net (Maintainer)
2013-08-27 00:35:46 +00:00

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>