17 lines
382 B
Makefile
17 lines
382 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/07/21 17:27:30 martti Exp $
|
|
#
|
|
|
|
DISTNAME= diffstat-1.33
|
|
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"
|