pkgsrc/print/foomatic-filters-cups/Makefile
khorben dbcb57753c Bump PKGREVISION on packages depending on CUPS
This should be the last part of the renaming operation for print/cups to
print/cups-base.

Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.

As discussed on tech-pkg@
2017-11-12 16:03:34 +00:00

21 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.17 2017/11/12 16:03:37 khorben Exp $
META_PACKAGE= yes
.include "../../print/foomatic-filters/Makefile.common"
DISTNAME= foomatic-filters-cups-${FOOMATIC_FILTERS_VERSION}
PKGREVISION= 4
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Foomatic support for CUPS
DEPENDS+= cups-base>=1.0:../../print/cups-base
DEPENDS+= foomatic-filters-${FOOMATIC_FILTERS_VERSION}{,nb[0-9]*}:../../print/foomatic-filters
WRKSRC= ${WRKDIR}
CUPS_FILTERDIR= ${LOCALBASE}/libexec/cups/filter
FILES_SUBST+= CUPS_FILTERDIR=${CUPS_FILTERDIR}
.include "../../mk/bsd.pkg.mk"