16 lines
388 B
Makefile
16 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"
|