pkgsrc/textproc/diffstat/Makefile
snj 77d0999859 Update to 1.49. Changes:
31-Aug-2009
	diffstat 1.49

	improve lzma support, add support for xz (patch by Eric Blake).

	add special case for no-newline message from some diff's (Ubuntu
	#269895).

	improve configure check for getopt header.

	add configure special case for HPUX 11 with _XOPEN_SOURCE definition.

	update config.guess, config.sub
2009-09-06 16:20:10 +00:00

18 lines
415 B
Makefile

# $NetBSD: Makefile,v 1.17 2009/09/06 16:20:10 snj Exp $
DISTNAME= diffstat-1.49
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
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
MAKE_FILE= makefile
.include "../../mk/bsd.pkg.mk"