diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-03 17:03:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-03 17:03:40 +0800 |
commit | 868033d5725610becdb83ba281628e73fd8ec58c (patch) | |
tree | dae5b6b317a892cd88955a5e5b7731316d00017a /graphics/poppler/Makefile | |
parent | deec54184d7945c01ce1619777e93a3a3a6e24df (diff) | |
download | marcuscom-ports-868033d5725610becdb83ba281628e73fd8ec58c.tar.gz 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/Makefile | 26 |
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> |