2f955aa8bd
* Use Makefile.common for common stuff. Changelog: NEW IN VERSION 3.5.27 ------------------------ - simplified configuration scripts - deadlock fixes - miniexp under win32 uses tlsalloc instead of _thread vars (pb under xp) NEW IN VERSION 3.5.26 ------------------------ - Thread safe miniexp - Now using the standard autotools approach (thanks to Vincent Torri). - New windows installer (thanks to Konstantin Kravtsov). - Fixed Russian code page issues in windows. - General speedup thanks to lock-free smart pointers. - ddjvu can produce one file per page. - djvused can now set the default page orientation. - Bug fixes all around.
15 lines
388 B
Makefile
15 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.17 2015/09/24 23:05:31 ryoon Exp $
|
|
|
|
.include "../../graphics/djvulibre-lib/Makefile.common"
|
|
PKGNAME= ${DISTNAME:S/-/-tools-/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
BUILD_DIRS= tools xmltools
|
|
INSTALL_DIRS= tools xmltools
|
|
|
|
USE_TOOLS+= bash:run
|
|
REPLACE_BASH+= tools/any2djvu
|
|
|
|
.include "../../graphics/djvulibre-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|