4ce69a53dc
* Improve check for certain lines (not those that begin a chunk) that begin with '-', treating all except "---" as a delete (report by James Rowe <Jay@jnrowe.uklinux.net>). * Minor updates to configure script.
17 lines
380 B
Makefile
17 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/12/14 11:14:21 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= diffstat-1.34
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://invisible-island.net/diffstat/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html
|
|
COMMENT= Display a histogram of diff changes
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
MAKEFILE= makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|