2015-07-16 19:16:33 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2015/07/16 23:16:33 jasper Exp $
|
2003-08-23 01:29:56 -04:00
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= accumulates and displays statistics from a diff file
|
2003-08-23 01:29:56 -04:00
|
|
|
|
2015-07-16 19:16:33 -04:00
|
|
|
DISTNAME= diffstat-1.60
|
2003-08-23 01:29:56 -04:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ftp://invisible-island.net/diffstat/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html
|
|
|
|
|
|
|
|
# ISC-like
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2012-08-17 09:57:59 -04:00
|
|
|
|
|
|
|
WANTLIB= c
|
2003-08-23 01:29:56 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2014-11-02 08:58:24 -05:00
|
|
|
SEPARATE_BUILD= Yes
|
2003-08-23 01:29:56 -04:00
|
|
|
|
|
|
|
MAKE_FILE= makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|