4ce1a82b8b
2016/01/14 (diffstat 1.61) + add -T option to show amount of changes next to histogram. + if -S option is given, check for unmodified files and add those to the report. + update configure macros + update config.guess, config.sub
16 lines
385 B
Makefile
16 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.24 2016/03/05 10:58:32 bsiegert Exp $
|
|
|
|
DISTNAME= diffstat-1.61
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://invisible-island.net/diffstat/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= snj@NetBSD.org
|
|
HOMEPAGE= http://invisible-island.net/diffstat/diffstat.html
|
|
COMMENT= Display a histogram of diff changes
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
MAKE_FILE= makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|