pkgsrc/print/pdflib/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

23 lines
508 B
Makefile

# $NetBSD: Makefile,v 1.41 2015/06/12 10:50:59 wiz Exp $
.include "Makefile.common"
PKGNAME= pdflib-${PDFLIB_BASE_VERS}
PKGREVISION= 19
COMMENT= C library to produce PDF files
BUILD_TARGET= pdflib
DOCDIR= ${PREFIX}/share/doc/pdflib
INSTALLATION_DIRS+= ${DOCDIR}
post-install:
cd ${WRKSRC}/doc; for file in \
PDFlib-license.pdf \
PDFlib-manual.pdf \
aladdin-license.pdf; \
do \
${INSTALL_DATA} $${file} ${DESTDIR}${DOCDIR}; \
done
.include "../../mk/bsd.pkg.mk"