freebsd-ports/devel/blame/Makefile
Robert Clausecker 36fcf661ba devel/blame: update to 1.3.1-20221108
Fix build on armv7 by importing a gnulib patch.
Take maintainership.

Changelog: https://invisible-island.net/rcs-blame/ChangeLog.html

Approved by:	jhein@symmetricom.com (maintainer)
PR:		271643
2023-05-30 01:24:06 +02:00

19 lines
437 B
Makefile

PORTNAME= blame
DISTVERSION= 1.3.1-20221108
CATEGORIES= devel
MASTER_SITES= https://invisible-island.net/archives/rcs-blame/
MAINTAINER= fuz@FreeBSD.org
COMMENT= Display last modification for each line in an RCS file
WWW= https://invisible-island.net/rcs-blame/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz
GNU_CONFIGURE= yes
TEST_TARGET= check
PLIST_FILES= bin/blame \
man/man1/blame.1.gz
.include <bsd.port.mk>