pkgsrc/print/poppler/Makefile.common
drochner eeae9c2c8f update to 0.16.3
changes:
-Increase precision in PS output device
-bugfixes
(shlib name changed)
2011-03-09 12:07:11 +00:00

25 lines
692 B
Makefile

# $NetBSD: Makefile.common,v 1.44 2011/03/09 12:07:11 drochner Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-glib/Makefile
# used by print/poppler-includes/Makefile
# used by print/poppler-qt/Makefile
# used by print/poppler-qt4/Makefile
# used by print/poppler-utils/Makefile
POPPLER_VERS= 0.16.3
DISTNAME= poppler-${POPPLER_VERS}
CATEGORIES= print
MASTER_SITES= http://poppler.freedesktop.org/
HOMEPAGE= http://poppler.freedesktop.org/
LICENSE= gnu-gpl-v2
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++