blob: 680ac14964bf78406ca9a82c9e63562467f2c46a (
plain) (
tree)
|
|
# New ports collection makefile for: poppler
# Date created: 03 March 2005
# Whom: marcus@FreeBSD.org
#
# $FreeBSD$
# $MCom: ports/graphics/poppler/Makefile,v 1.7 2005/06/28 05:40:06 adamw Exp $
#
PORTNAME= poppler
PORTVERSION= 0.3.3
CATEGORIES= graphics print
MASTER_SITES= http://poppler.freedesktop.org/
MAINTAINER= gnome@FreeBSD.org
COMMENT= A PDF rendering library
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>
|