aboutsummaryrefslogtreecommitdiff
path: root/print/cups-bjnp/Makefile
blob: 326ae107c5cb2721f33c2ebf696d38562ed0fa76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	cups-bjnp
# Date created:				15 May 2009
# Whom:					shurd@sasktel.net
#
# $FreeBSD$
#

PORTNAME=	cups-bjnp
PORTVERSION=	0.5.3
PORTREVISION=	1
CATEGORIES=	print
MASTER_SITES=	SF

MAINTAINER=	shurd@sasktel.net
COMMENT=	CUPS backend for Canon USB over IP protocol

LIB_DEPENDS=	cupsimage.2:${PORTSDIR}/print/cups-base

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CFLAGS+="-I${LOCALBASE}/include" CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lcompat"

.include <bsd.port.mk>