Files
2025-10-17 06:27:26 +00:00

23 lines
387 B
Makefile

COMMENT= CUPS printer driver for some Brother laser printers
GH_ACCOUNT= Owl-Maintain
GH_PROJECT= brlaser
GH_TAGNAME= v6.2.8
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>