2007-10-26 00:00:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2007/10/25 22:01:03 jlam Exp $
|
2005-12-17 19:26:15 +01:00
|
|
|
|
|
|
|
.include "../../print/foomatic-filters/Makefile.common"
|
|
|
|
|
|
|
|
DISTNAME= foomatic-filters-cups-${FOOMATIC_FILTERS_VERSION}
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 1
|
2005-12-17 19:26:15 +01:00
|
|
|
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}
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
NO_CONFIGURE= yes
|
2007-10-26 00:00:39 +02:00
|
|
|
PLIST_SRC= # empty
|
2005-12-17 19:26:15 +01:00
|
|
|
|
|
|
|
EVAL_PREFIX+= CUPS_PREFIX=cups
|
|
|
|
CUPS_FILTERDIR= ${CUPS_PREFIX:Q}/libexec/cups/filter
|
|
|
|
FILES_SUBST+= CUPS_FILTERDIR=${CUPS_FILTERDIR}
|
|
|
|
|
|
|
|
do-build: # empty
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|