23 lines
379 B
Makefile
23 lines
379 B
Makefile
COMMENT= CUPS printer driver for some Brother laser printers
|
|
|
|
GH_ACCOUNT= QORTEC
|
|
GH_PROJECT= brlaser
|
|
GH_TAGNAME= v6.2
|
|
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB+= ${COMPILER_LIBCXX} c cups m
|
|
|
|
MODULES= devel/cmake
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
LIB_DEPENDS= print/cups,-libs
|
|
|
|
.include <bsd.port.mk>
|