0005778ee4
## New features - Subtools `list`, `query`, and `commands` are now implemented. - Dry-run execution is now supported (`-n` flag). - The `%o` specifier is now supported in `NINJA_STATUS`, used to display the average rate of finished jobs. ## Bug fixes - Fix version comparison when checking `ninja_required_version` with a version that has multiple digits in some component. ## Other changes - Work around POSIX.1-2008 conformance issue on SunOS-based operating systems.
18 lines
471 B
Makefile
18 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/12/17 22:01:04 mcf Exp $
|
|
|
|
DISTNAME= samurai-1.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=michaelforney/}
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= nikita@NetBSD.org
|
|
HOMEPAGE= https://github.com/michaelforney/samurai
|
|
COMMENT= Ninja-compatible build tool written in C
|
|
LICENSE= isc AND apache-2.0
|
|
|
|
BUILD_TARGET= samu
|
|
|
|
MAKE_FLAGS+= PREFIX=${PREFIX}
|
|
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|