pkgsrc/print/poppler-qt4/Makefile
drochner a80bc4c0da update to 0.12.0
This is a major update, switches to the 0.12 release branch.
Most notable change is that the color management stuff which we had
as patches in pkgsrc is official now.
Otherwise - many fixes and enhancements.

(while this is a .0 release I've been tracking the 0.11.x snapshots
and release candidate for a while so I don't expect big problems)
2009-09-09 19:57:05 +00:00

37 lines
1,015 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/09/09 19:57:06 drochner Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt4-${POPPLER_VERS}
COMMENT= PDF rendering library (QT4 wrapper)
MAINTAINER= reed@reedmedia.net
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-cairo-output
CONFIGURE_ARGS+= --enable-poppler-qt4
CONFIGURE_ARGS+= --disable-gtk-test
CONFIGURE_ARGS+= --disable-utils
CONFIGURE_ARGS+= --disable-cms
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"