2781e3886a
CUPS 2.2.8 is a bug fix release that addresses issues in the scheduler, ipptool utility, CUPS library, and USB printer support. A detailed list of changes can be found in the change log included in the download.
15 lines
367 B
Makefile
15 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.260 2018/06/11 10:04:24 adam Exp $
|
|
|
|
.include "../../print/cups/Makefile.common"
|
|
|
|
PKGNAME= cups-${CUPS_VERS}
|
|
MASTER_SITES= # empty
|
|
|
|
MAINTAINER= sbd@NetBSD.org
|
|
COMMENT= Common UNIX Printing System
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../print/cups-base/buildlink3.mk"
|
|
.include "../../print/cups-filters/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|