4112f26f60
They already weren't bl3'd in, so this is to ensure they aren't accidentally picked up (as happens on Mac OS X). It remains to optionize them or (better) make split packages. From Edgar Fuß on tech-pkg@.
37 lines
869 B
Makefile
37 lines
869 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/06/04 17:00:14 gdt Exp $
|
|
|
|
DISTNAME= PDFlib-Lite-7.0.5
|
|
PKGNAME= pdflib-lite-7.0.5
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|