pkgsrc/print/pdflib-lite/Makefile
wiz d2ca14a3f1 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

36 lines
849 B
Makefile

# $NetBSD: Makefile,v 1.9 2013/05/31 12:41:49 wiz Exp $
DISTNAME= PDFlib-Lite-7.0.5
PKGNAME= pdflib-lite-7.0.5
PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.pdflib.com/binaries/PDFlib/705/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pdflib.com/
COMMENT= C library to produce PDF files
CONFLICTS+= pdflib-[0-9]*
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-java=no
CONFIGURE_ARGS+= --with-perl=no
CONFIGURE_ARGS+= --with-py=no
CONFIGURE_ARGS+= --with-ruby=no
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"