![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / print / pdflib / Makefile (download)
Revision 1.49, Tue Jan 3 17:36:31 2023 UTC (4 months, 3 weeks ago) by wiz
*: recursive bump for tiff shlib major bump |
# $NetBSD: Makefile,v 1.49 2023/01/03 17:36:31 wiz Exp $ .include "Makefile.common" PKGNAME= pdflib-${PDFLIB_BASE_VERS} PKGREVISION= 27 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"