changes: -Fix crash in the Splash renderer when T3 fonts are badly defined -Draw underlined Links correctly -utils: Fix two use after free bugs in HtmlOutputDev.cc -some fixes to the qt4 frontend
19 lines
477 B
Text
19 lines
477 B
Text
# $NetBSD: Makefile.common,v 1.11 2008/02/01 21:12:41 drochner Exp $
|
|
#
|
|
|
|
POPPLER_VERS= 0.6.4
|
|
DISTNAME= poppler-${POPPLER_VERS}
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://poppler.freedesktop.org/
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://poppler.freedesktop.org/
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../print/poppler/patches
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|