827643d4bb
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
28 lines
699 B
Makefile
28 lines
699 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/06/15 20:40:16 jlam Exp $
|
|
|
|
.include "../../print/foomatic-ppds/Makefile.common"
|
|
|
|
DISTNAME= foomatic-ppds-cups-${FOOMATIC_PPDS_VERSION}
|
|
PKGREVISION= 1
|
|
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}
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
EVAL_PREFIX+= CUPS_PREFIX=cups
|
|
CUPS_DATADIR= ${CUPS_PREFIX:Q}/share/cups/model
|
|
FILES_SUBST+= CUPS_DATADIR=${CUPS_DATADIR}
|
|
|
|
do-build: # empty
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|