![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / print / pdflib / Makefile (download)
Revision 1.42, Sat Jul 9 06:38:51 2016 UTC (7 years, 5 months ago) by wiz
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. |
# $NetBSD: Makefile,v 1.42 2016/07/09 06:38:51 wiz Exp $ .include "Makefile.common" PKGNAME= pdflib-${PDFLIB_BASE_VERS} PKGREVISION= 20 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"