mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
0f7b2dec3b
- Add LICENSE - Use PLIST_FILES intead of pkg-plist file - Re-gen the patches to make portlint happy
25 lines
507 B
Makefile
25 lines
507 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cups-bjnp
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= print
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= CUPS backend for Canon USB over IP protocol
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libcups.so:print/cups
|
|
|
|
PLIST_FILES= libexec/cups/backend/bjnp
|
|
|
|
GNU_CONFIGURE= yes
|
|
# Just to avoid a tautological pointer compare in bjnp-commands.c:187
|
|
CONFIGURE_ARGS+= --disable-Werror
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|