9da484b674
changes: -Automatically read in CJK encoding files -Speed ups -let the utils take input on stdin -Bugs fixed
17 lines
441 B
Text
17 lines
441 B
Text
# $NetBSD: Makefile.common,v 1.7 2006/10/12 14:12:15 drochner Exp $
|
|
#
|
|
|
|
POPPLER_VERS= 0.5.4
|
|
DISTNAME= poppler-${POPPLER_VERS}
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://poppler.freedesktop.org/
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://poppler.freedesktop.org/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../print/poppler/patches
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|