23 lines
442 B
Makefile
23 lines
442 B
Makefile
# $OpenBSD: Makefile,v 1.18 2015/07/16 23:16:33 jasper Exp $
|
|
|
|
COMMENT= accumulates and displays statistics from a diff file
|
|
|
|
DISTNAME= diffstat-1.60
|
|
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
|
|
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
SEPARATE_BUILD= Yes
|
|
|
|
MAKE_FILE= makefile
|
|
|
|
.include <bsd.port.mk>
|