pkgsrc/print/foomatic-ppds/Makefile

39 lines
1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2012/10/08 13:45:38 asau Exp $
.include "Makefile.common"
DISTNAME= foomatic-filters-ppds-${FOOMATIC_PPDS_VERSION}
PKGNAME= ${DISTNAME:S/-filters-/-/}
# The definitive location of the distfile is at www.linuxprinting.org,
# but this tarball is regenerated daily from the Foomatic database.
# Rather than track this file very aggressively, we'll place a new
# copy at MASTER_SITE_LOCAL periodically and update this package
# accordingly.
#
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.linuxprinting.org/download/foomatic/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Foomatic PPDs collection
DEPENDS= foomatic-filters>=3.0.2:../../print/foomatic-filters
REQD_DIRS= share/foomatic
2006-11-11 23:12:54 +01:00
CHECK_PORTABILITY_SKIP= install
GENERATE_PLIST+= \
( cd ${WRKSRC}/share; \
${FIND} ppd -type f -print | ${SORT} -u | \
${SED} -e "s|^|share/foomatic/|" );
2010-02-12 01:00:45 +01:00
NO_BUILD= yes
INSTALLATION_DIRS+= share/foomatic
do-install:
2010-02-12 01:00:45 +01:00
${CP} -R ${WRKSRC}/share/ppd ${DESTDIR}${PREFIX}/share/foomatic
.include "../../mk/bsd.pkg.mk"