openbsd-ports/textproc/diffstat/Makefile
steven eef43e68ff update to 1.41
enable regression tests while here.

based on diff from Jon Olsson.

ok alek@,  thanks aanriot@ for testing
2006-01-08 15:17:02 +00:00

25 lines
537 B
Makefile

# $OpenBSD: Makefile,v 1.5 2006/01/08 15:17:02 steven Exp $
COMMENT= "accumulates and displays statistics from a diff file"
DISTNAME= diffstat-1.41
CATEGORIES= textproc
MASTER_SITES= ftp://invisible-island.net/diffstat/
EXTRACT_SUFX= .tgz
MAINTAINER= Jon Olsson <jon@abc.se>
HOMEPAGE= http://dickey.his.com/diffstat/diffstat.html
# ISC-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
MAKE_FILE= makefile
.include <bsd.port.mk>