pkgsrc/graphics/djvulibre-tools/Makefile
wiz cfe034822e Update to 3.5.19:
NEW IN VERSION 3.5.19
---------------------
- License change. Starting with version 3.5.19,
  DjVuLibre is distributed under either version 2 of the GPL
  or (at your option) any later version.
  Previous version were released strictly under
  the GPL version 2.
2007-07-19 22:49:20 +00:00

32 lines
867 B
Makefile

# $NetBSD: Makefile,v 1.4 2007/07/19 22:49:20 wiz Exp $
#
DISTNAME= djvulibre-3.5.19
PKGNAME= djvulibre-tools-3.5.19
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djvu/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://djvulibre.djvuzone.org/
COMMENT= Compression library for scanned documents
PATCHDIR= ${.CURDIR}/../djvulibre-lib/patches
DISTINFO_FILE= ${.CURDIR}/../djvulibre-lib/distinfo
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q}
BUILD_DIRS= tools xmltools
INSTALL_DIRS= tools xmltools
REPLACE_BASH+= tools/any2djvu
USE_TOOLS+= bash:run
.include "../../graphics/djvulibre-lib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"