pkgsrc/print/pdflib-lite/Makefile
drochner 398f4efb99 update to 7.0.4p4
This is a security update.
changes:
-fix integer overflow which can be used for DOS or system access
 (SA35180)
-update bundled libpng to 1.2.36 to fix potential security issues
2009-06-22 14:39:19 +00:00

34 lines
751 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/06/22 14:39:19 drochner Exp $
#
DISTNAME= PDFlib-Lite-7.0.4p4
PKGNAME= pdflib-lite-7.0.4p4
CATEGORIES= print
MASTER_SITES= http://www.pdflib.com/binaries/PDFlib/704/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pdflib.com/
COMMENT= C library to produce PDF files
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= pdflib-[0-9]*
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-tcl=no
DOCDIR= ${PREFIX}/share/doc/pdflib
INSTALLATION_DIRS= ${DOCDIR}
post-install:
cd ${WRKSRC}/doc/pdflib; for file in \
PDFlib-Lite-license.pdf \
PDFlib-API-reference.pdf; \
do \
${INSTALL_DATA} $${file} ${DESTDIR}${DOCDIR}; \
done
.include "../../mk/bsd.pkg.mk"