pkgsrc/print/pdflib/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

22 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.19 2004/10/03 00:18:06 tv Exp $
.include "Makefile.common"
PKGNAME= pdflib-${PDFLIB_BASE_VERS}
PKGREVISION= 4
COMMENT= C library to produce PDF files
ALL_TARGET= pdflib
DOCDIR= ${PREFIX}/share/doc/pdflib
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}/doc; for file in \
PDFlib-license.pdf \
PDFlib-manual.pdf \
aladdin-license.pdf; \
do \
${INSTALL_DATA} $${file} ${DOCDIR}; \
done
.include "../../mk/bsd.pkg.mk"