summaryrefslogtreecommitdiff
path: root/print/poppler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/poppler/Makefile')
-rw-r--r--print/poppler/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/print/poppler/Makefile b/print/poppler/Makefile
deleted file mode 100644
index 20491f717be..00000000000
--- a/print/poppler/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2005/10/16 12:24:06 jmmv Exp $
-#
-
-DISTNAME= poppler-0.4.2
-CATEGORIES= print
-MASTER_SITES= http://poppler.freedesktop.org/
-
-MAINTAINER= reed@reedmedia.net
-HOMEPAGE= http://poppler.freedesktop.org/
-COMMENT= PDF rendering library
-
-USE_TOOLS= gmake pkg-config
-USE_LIBTOOL= yes
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-#PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-cairo.pc.in
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-glib.pc.in
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-splash.pc.in
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler.pc.in
-GNU_CONFIGURE= yes
-
-INSTALLATION_DIRS+= share/doc/poppler
-
-# TODO: Later add an option to choose Splash versus Cairo backend.
-## Don't build the Splash graphics backend.
-#CONFIGURE_ARGS+= --disable-splash-output
-# Don't build the cairo graphics backend.
-CONFIGURE_ARGS+= --disable-cairo-output
-# Don't compile poppler qt wrapper.
-CONFIGURE_ARGS+= --disable-poppler-qt
-# Don't compile GTK+ test program.
-CONFIGURE_ARGS+= --disable-gtk-test
-# TODO: check papersize?
-# --enable-a4-paper use A4 paper size instead of Letter for PostScript output
-# maybe glib wrapper is only part needing gtk??
-# --disable-poppler-glib Don't compile poppler glib wrapper.
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/poppler/
- ${INSTALL_MAN} ${WRKSRC}/README-XPDF ${PREFIX}/share/doc/poppler/
-
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../fonts/fontconfig/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"