summaryrefslogtreecommitdiffstats
path: root/graphics/poppler/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-03 17:03:40 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-03 17:03:40 +0800
commit868033d5725610becdb83ba281628e73fd8ec58c (patch)
treedae5b6b317a892cd88955a5e5b7731316d00017a /graphics/poppler/Makefile
parentdeec54184d7945c01ce1619777e93a3a3a6e24df (diff)
downloadmarcuscom-ports-868033d5725610becdb83ba281628e73fd8ec58c.tar
marcuscom-ports-868033d5725610becdb83ba281628e73fd8ec58c.tar.gz
marcuscom-ports-868033d5725610becdb83ba281628e73fd8ec58c.tar.bz2
marcuscom-ports-868033d5725610becdb83ba281628e73fd8ec58c.tar.lz
marcuscom-ports-868033d5725610becdb83ba281628e73fd8ec58c.tar.xz
marcuscom-ports-868033d5725610becdb83ba281628e73fd8ec58c.tar.zst
marcuscom-ports-868033d5725610becdb83ba281628e73fd8ec58c.zip
Add poppler, an xpdf fork providing a PDF library with cairo backend.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3796 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler/Makefile')
-rw-r--r--graphics/poppler/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
new file mode 100644
index 000000000..7cca4a97b
--- /dev/null
+++ b/graphics/poppler/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: poppler
+# Date created: 03 March 2005
+# Whom: marcus@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= poppler
+PORTVERSION= 0.1.1
+CATEGORIES= graphics print
+MASTER_SITES= http://freedesktop.org/~krh/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A PDF rendering library
+
+LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_LIBTOOL_VER=15
+USE_GNOME= gnomeprefix gnomehack gtk20
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>