openbsd-ports/textproc/diffstat/Makefile

23 lines
468 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.16 2013/03/11 11:42:41 espie Exp $
COMMENT= accumulates and displays statistics from a diff file
DISTNAME= diffstat-1.55
CATEGORIES= textproc
MASTER_SITES= ftp://invisible-island.net/diffstat/
EXTRACT_SUFX= .tgz
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html
# ISC-like
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
MAKE_FILE= makefile
.include <bsd.port.mk>