From 001d2ecb304bf6c2341076832db98907b30fb85e Mon Sep 17 00:00:00 2001 From: branch-fixup Date: Sun, 15 Jun 2008 09:56:37 +0000 Subject: [PATCH] Add files from parent branch HEAD: pkgtools/prereq-readme/Makefile print/foomatic-filters-cups/Makefile print/foomatic-ppds-cups/Makefile --- pkgtools/prereq-readme/Makefile | 30 ++++++++++++++++++++++++++++ print/foomatic-filters-cups/Makefile | 25 +++++++++++++++++++++++ print/foomatic-ppds-cups/Makefile | 24 ++++++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 pkgtools/prereq-readme/Makefile create mode 100644 print/foomatic-filters-cups/Makefile create mode 100644 print/foomatic-ppds-cups/Makefile diff --git a/pkgtools/prereq-readme/Makefile b/pkgtools/prereq-readme/Makefile new file mode 100644 index 000000000000..674d5e1df3db --- /dev/null +++ b/pkgtools/prereq-readme/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.7 2007/10/25 22:01:03 jlam Exp $ +# + +DISTNAME= prereq-readme-20050521 +CATEGORIES= pkgtools +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= dmcmahill@NetBSD.org +HOMEPAGE= http://www.NetBSD.org/ +COMMENT= Tools required for pkgsrc README.html generation + +META_PACKAGE= yes + +WRKSRC= ${WRKDIR} + +# list all the tools we use +USE_TOOLS+= awk +USE_TOOLS+= cmp +USE_TOOLS+= echo +USE_TOOLS+= expr +USE_TOOLS+= fgrep +USE_TOOLS+= find +USE_TOOLS+= grep +USE_TOOLS+= gzip +USE_TOOLS+= sed +USE_TOOLS+= setenv +USE_TOOLS+= sort + +.include "../../mk/bsd.pkg.mk" diff --git a/print/foomatic-filters-cups/Makefile b/print/foomatic-filters-cups/Makefile new file mode 100644 index 000000000000..765160e4fbc0 --- /dev/null +++ b/print/foomatic-filters-cups/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:43 joerg Exp $ + +META_PACKAGE= yes + +.include "../../print/foomatic-filters/Makefile.common" + +DISTNAME= foomatic-filters-cups-${FOOMATIC_FILTERS_VERSION} +PKGREVISION= 1 +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= jlam@pkgsrc.org +COMMENT= Foomatic support for CUPS + +DEPENDS+= cups>=1.0:../../print/cups +DEPENDS+= foomatic-filters-${FOOMATIC_FILTERS_VERSION}{,nb[0-9]*}:../../print/foomatic-filters + +EXTRACT_ONLY= # empty +WRKSRC= ${WRKDIR} + +EVAL_PREFIX+= CUPS_PREFIX=cups +CUPS_FILTERDIR= ${CUPS_PREFIX:Q}/libexec/cups/filter +FILES_SUBST+= CUPS_FILTERDIR=${CUPS_FILTERDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/print/foomatic-ppds-cups/Makefile b/print/foomatic-ppds-cups/Makefile new file mode 100644 index 000000000000..c4fe79b7910f --- /dev/null +++ b/print/foomatic-ppds-cups/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:43 joerg Exp $ + +META_PACKAGE= yes + +.include "../../print/foomatic-ppds/Makefile.common" + +DISTNAME= foomatic-ppds-cups-${FOOMATIC_PPDS_VERSION} +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= jlam@pkgsrc.org +COMMENT= Foomatic PPD collection for CUPS servers + +DEPENDS+= cups>=1.0:../../print/cups +DEPENDS+= foomatic-ppds-${FOOMATIC_PPDS_VERSION}{,nb[0-9]*}:../../print/foomatic-ppds + +EXTRACT_ONLY= # empty +WRKSRC= ${WRKDIR} + +EVAL_PREFIX+= CUPS_PREFIX=cups +CUPS_DATADIR= ${CUPS_PREFIX:Q}/share/cups/model +FILES_SUBST+= CUPS_DATADIR=${CUPS_DATADIR} + +.include "../../mk/bsd.pkg.mk" -- 2.41.0