NEW IN VERSION 3.5.23 ------------------------ - Djview3 has been deprecated by djview4 whose source comes in its own tarball. Use configure option --enable-djview to force the compilation of djview3. - Set ddjvuapi_version to 19. - Added ddjvu_document_create_by_filename_utf8 - Generate icons with rsvg rather than imagemagick. - djvused: correctly outputs escape characters. - djvumake: added options to generate foreground colors. - Various bug fixes.
33 lines
905 B
Makefile
33 lines
905 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/02/26 07:27:05 ryoon Exp $
|
|
|
|
DISTNAME= djvulibre-3.5.23
|
|
PKGNAME= ${DISTNAME:S/-/-tools-/}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djvu/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://djvu.sourceforge.net/
|
|
COMMENT= Compression library for scanned documents
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
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 "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|