2013-01-27 05:55:20 +00:00
|
|
|
# Created by: trevor
|
1999-11-26 20:40:38 +00:00
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= diffstat
|
2021-01-18 08:12:16 +00:00
|
|
|
PORTVERSION= 1.64
|
1999-11-26 20:40:38 +00:00
|
|
|
CATEGORIES= textproc devel
|
2019-01-04 11:16:31 +00:00
|
|
|
MASTER_SITES= https://invisible-mirror.net/archives/${PORTNAME}/ \
|
|
|
|
ftp://ftp.invisible-island.net/${PORTNAME}/
|
1999-11-26 20:40:38 +00:00
|
|
|
|
2014-12-02 22:42:41 +00:00
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
2003-03-01 14:34:33 +00:00
|
|
|
COMMENT= Makes a histogram summarizing "diff" output
|
1999-11-26 20:40:38 +00:00
|
|
|
|
2016-12-08 09:00:46 +00:00
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
USES= tar:tgz
|
2005-09-30 13:15:46 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKEFILE= makefile
|
|
|
|
|
2014-01-26 15:35:16 +00:00
|
|
|
PLIST_FILES= bin/diffstat man/man1/diffstat.1.gz
|
1999-11-26 20:40:38 +00:00
|
|
|
|
2004-04-07 17:05:45 +00:00
|
|
|
do-install:
|
2014-01-26 15:35:16 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
2004-04-07 17:05:45 +00:00
|
|
|
|
1999-11-26 20:40:38 +00:00
|
|
|
.include <bsd.port.mk>
|