20b85ad2e2
from new maintainer Simon Dassow <janus at errornet.de>
25 lines
546 B
Makefile
25 lines
546 B
Makefile
# $OpenBSD: Makefile,v 1.6 2006/07/17 12:21:43 steven Exp $
|
|
|
|
COMMENT= "accumulates and displays statistics from a diff file"
|
|
|
|
DISTNAME= diffstat-1.43
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://invisible-island.net/diffstat/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
|
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>
|