2010-07-14 19:04:22 +02:00
|
|
|
# $NetBSD: Makefile.common,v 1.36 2010/07/14 17:04:22 drochner Exp $
|
2008-11-10 21:59:27 +01:00
|
|
|
#
|
2008-06-03 22:31:10 +02:00
|
|
|
# used by print/poppler/Makefile
|
2008-10-25 01:28:53 +02:00
|
|
|
# used by print/poppler-glib/Makefile
|
2008-11-20 15:33:00 +01:00
|
|
|
# used by print/poppler-includes/Makefile
|
2008-10-25 01:28:53 +02:00
|
|
|
# used by print/poppler-qt/Makefile
|
2008-06-03 22:31:10 +02:00
|
|
|
# used by print/poppler-qt4/Makefile
|
2008-10-25 01:28:53 +02:00
|
|
|
# used by print/poppler-utils/Makefile
|
2006-01-11 18:49:35 +01:00
|
|
|
|
2010-07-14 19:04:22 +02:00
|
|
|
POPPLER_VERS= 0.14.1
|
2006-01-11 18:49:35 +01:00
|
|
|
DISTNAME= poppler-${POPPLER_VERS}
|
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= http://poppler.freedesktop.org/
|
|
|
|
|
|
|
|
HOMEPAGE= http://poppler.freedesktop.org/
|
|
|
|
|
2007-08-09 20:42:51 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2006-01-11 18:49:35 +01:00
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo
|
2006-04-01 19:22:12 +02:00
|
|
|
PATCHDIR= ${.CURDIR}/../../print/poppler/patches
|
2006-01-11 18:49:35 +01:00
|
|
|
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
USE_LIBTOOL= yes
|
2006-05-09 18:31:56 +02:00
|
|
|
USE_LANGUAGES= c c++
|