27 lines
527 B
Makefile
27 lines
527 B
Makefile
COMMENT= accumulates and displays statistics from a diff file
|
|
|
|
DISTNAME= diffstat-1.65
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Jeremie Courreges-Anglas <jca@wxcvbn.org>
|
|
|
|
HOMEPAGE= https://invisible-island.net/diffstat/diffstat.html
|
|
|
|
# ISC-like
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
SITES= https://invisible-mirror.net/archives/diffstat/ \
|
|
ftp://ftp.invisible-island.net/diffstat/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
SEPARATE_BUILD= Yes
|
|
|
|
MAKE_FILE= makefile
|
|
|
|
.include <bsd.port.mk>
|