833922aab2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
34 lines
919 B
Makefile
34 lines
919 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/02/06 12:40:20 wiz Exp $
|
|
|
|
DISTNAME= djvulibre-3.5.24
|
|
PKGNAME= ${DISTNAME:S/-/-tools-/}
|
|
PKGREVISION= 1
|
|
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"
|