24 lines
493 B
Makefile
24 lines
493 B
Makefile
# $OpenBSD: Makefile,v 1.20 2016/04/12 11:41:02 sthen Exp $
|
|
|
|
COMMENT= accumulates and displays statistics from a diff file
|
|
|
|
DISTNAME= diffstat-1.61
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://invisible-mirror.net/archives/diffstat/ \
|
|
ftp://invisible-island.net/diffstat/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html
|
|
|
|
# ISC-like
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
SEPARATE_BUILD= Yes
|
|
|
|
MAKE_FILE= makefile
|
|
|
|
.include <bsd.port.mk>
|