2005-02-08 13:32:20 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2005/02/08 18:32:20 sturm Exp $
|
2003-08-23 01:29:56 -04:00
|
|
|
|
|
|
|
COMMENT= "accumulates and displays statistics from a diff file"
|
|
|
|
|
2005-02-08 13:32:20 -05:00
|
|
|
DISTNAME= diffstat-1.38
|
2003-08-23 01:29:56 -04:00
|
|
|
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
|
2004-12-06 19:23:20 -05:00
|
|
|
WANTLIB= c
|
2003-08-23 01:29:56 -04:00
|
|
|
|
|
|
|
NO_REGRESS= Yes # 'testing' directory not present
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
|
|
|
MAKE_FILE= makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|