blob: 53fdde40d6852e14e22e63975c07647242eded07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile.common,v 1.12 2020/05/26 08:37:49 triaxx Exp $
#
# used by print/cups/Makefile
# used by print/cups-base/Makefile
# used by print/libcups/Makefile
CUPS_VERS= 2.3.3
DISTNAME= cups-${CUPS_VERS}-source
CATEGORIES= print
HOMEPAGE= https://www.cups.org/
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
|