dbcb57753c
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@
21 lines
567 B
Makefile
21 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.18 2017/11/12 16:03:37 khorben Exp $
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../print/foomatic-ppds/Makefile.common"
|
|
|
|
DISTNAME= foomatic-ppds-cups-${FOOMATIC_PPDS_VERSION}
|
|
PKGREVISION= 3
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Foomatic PPD collection for CUPS servers
|
|
|
|
DEPENDS+= cups-base>=1.0:../../print/cups-base
|
|
DEPENDS+= foomatic-ppds-${FOOMATIC_PPDS_VERSION}{,nb[0-9]*}:../../print/foomatic-ppds
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
CUPS_DATADIR= ${LOCALBASE}/share/cups/model
|
|
FILES_SUBST+= CUPS_DATADIR=${CUPS_DATADIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|