f1800c23bb
20190526 * picotrace: enhance spelling and formatting of the documentation. * picotrace: set close-on-exec on the output log. * picotrace: fix uninitialized memory read in copyinstr() * common: correct detection and distinguishing of events * coredumper: initial version. * truss: initial version.
20 lines
476 B
Makefile
20 lines
476 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/05/26 05:14:26 kamil Exp $
|
|
|
|
DISTNAME= picotrace-20190526
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=krytarowski/}
|
|
GITHUB_TAG= ${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= kamil@NetBSD.org
|
|
HOMEPAGE= https://github.com/krytarowski/picotrace/
|
|
COMMENT= System call process tracer
|
|
LICENSE= 2-clause-bsd
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-*
|
|
|
|
USE_BSD_MAKEFILE= yes
|
|
USE_TOOLS+= nroff
|
|
|
|
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|