18 lines
415 B
Makefile
18 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.18 2009/11/17 03:17:01 snj Exp $
|
|
|
|
DISTNAME= diffstat-1.51
|
|
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"
|