- Speed improvement on multicore platforms - Ddjvu now can produce pdf output. Changes 3.5.20: - Csepdjvu handle gsdjvu hyperlink comments. - Djvudigital therefore handles hyperlinks.
32 lines
888 B
Makefile
32 lines
888 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/01/06 18:03:23 adam Exp $
|
|
|
|
DISTNAME= djvulibre-3.5.21
|
|
PKGNAME= djvulibre-tools-3.5.21
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djvu/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://djvulibre.djvuzone.org/
|
|
COMMENT= Compression library for scanned documents
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PATCHDIR= ${.CURDIR}/../djvulibre-lib/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../djvulibre-lib/distinfo
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= bash:run pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
|
|
BUILD_DIRS= tools xmltools
|
|
INSTALL_DIRS= tools xmltools
|
|
|
|
REPLACE_BASH+= tools/any2djvu
|
|
|
|
.include "../../graphics/djvulibre-lib/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|