openbsd-ports/textproc/diffstat/Makefile

23 lines
442 B
Makefile
Raw Normal View History

2015-07-16 19:16:33 -04:00
# $OpenBSD: Makefile,v 1.18 2015/07/16 23:16:33 jasper Exp $
COMMENT= accumulates and displays statistics from a diff file
2015-07-16 19:16:33 -04:00
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>