2008-05-01 15:32:08 +02:00
|
|
|
# $NetBSD: Makefile.common,v 1.14 2008/05/01 13:32:08 xtraeme Exp $
|
2006-01-11 18:49:35 +01:00
|
|
|
#
|
|
|
|
|
2008-05-01 15:32:08 +02:00
|
|
|
POPPLER_VERS= 0.8.2
|
2006-01-11 18:49:35 +01:00
|
|
|
DISTNAME= poppler-${POPPLER_VERS}
|
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= http://poppler.freedesktop.org/
|
|
|
|
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
|
|
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++
|