summaryrefslogtreecommitdiff
path: root/print/poppler-qt/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-09-12 16:50:00 +0000
committerjoerg <joerg@pkgsrc.org>2015-09-12 16:50:00 +0000
commita1193801419cc1819c15576e3923d5349a628a77 (patch)
treeeea1196530fbbf1278c2bf226008f16e3d165afc /print/poppler-qt/Makefile
parent92e18b7f5b04c59fbb58d6a46a4ac3f3f5846d9f (diff)
downloadpkgsrc-a1193801419cc1819c15576e3923d5349a628a77.tar.gz
Move print/poppler-qt to print/poppler016-qt3 to better reflect what it
is about.
Diffstat (limited to 'print/poppler-qt/Makefile')
-rw-r--r--print/poppler-qt/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/print/poppler-qt/Makefile b/print/poppler-qt/Makefile
deleted file mode 100644
index b5fca951fc4..00000000000
--- a/print/poppler-qt/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.44 2015/04/25 14:24:47 tnn Exp $
-#
-
-.include "../../print/poppler016/Makefile.common"
-
-PKGNAME= poppler-qt-${POPPLER_VERS}
-PKGREVISION= 10
-
-COMMENT= PDF rendering library (QT wrapper)
-MAINTAINER= reed@reedmedia.net
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-cairo-output
-CONFIGURE_ARGS+= --disable-splash-output
-CONFIGURE_ARGS+= --enable-poppler-qt
-CONFIGURE_ARGS+= --disable-gtk-test
-CONFIGURE_ARGS+= --disable-utils
-
-BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}
-.include "../../print/poppler016/buildlink3.mk"
-
-.if !empty(PKG_BUILD_OPTIONS.poppler:Mpoppler-cms)
-CONFIGURE_ARGS+= --enable-cms
-.else
-CONFIGURE_ARGS+= --disable-cms
-.endif
-
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt.pc.in
-
-BUILD_DIRS= qt
-INSTALLATION_DIRS+= lib include/poppler lib/pkgconfig
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc \
- ${DESTDIR}${PREFIX}/lib/pkgconfig
-
-.include "../../x11/qt3-libs/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"