3527c511f3
nothing. Fixes problem with rendering pdf documents in Okular. Identified by Sverre Froyen.
36 lines
965 B
Makefile
36 lines
965 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/10/30 11:33:06 markd Exp $
|
|
#
|
|
|
|
.include "../../print/poppler/Makefile.common"
|
|
|
|
PKGNAME= poppler-qt4-${POPPLER_VERS}
|
|
PKGREVISION= 1
|
|
|
|
COMMENT= PDF rendering library (QT4 wrapper)
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-cairo-output
|
|
CONFIGURE_ARGS+= --enable-poppler-qt4
|
|
CONFIGURE_ARGS+= --disable-gtk-test
|
|
CONFIGURE_ARGS+= --disable-utils
|
|
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt4.pc.in
|
|
|
|
INSTALLATION_DIRS+= lib include/poppler lib/pkgconfig
|
|
|
|
BUILD_DIRS= qt4/src
|
|
|
|
pre-build:
|
|
(cd ${WRKSRC}/poppler; ${MAKE} libpoppler-arthur.la)
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${DESTDIR}${PREFIX}/lib/pkgconfig
|
|
|
|
BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}
|
|
BUILDLINK_DEPMETHOD.qt4-tools?= full
|
|
|
|
.include "../../print/poppler/buildlink3.mk"
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|