pkgsrc/print/pdflib/Makefile
wiz 047a7f787e Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

25 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.38 2013/05/31 12:41:49 wiz Exp $
.include "Makefile.common"
PKGNAME= pdflib-${PDFLIB_BASE_VERS}
PKGREVISION= 17
COMMENT= C library to produce PDF files
PKG_INSTALLATION_TYPES= overwrite pkgviews
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"