36fcf661ba
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
19 lines
437 B
Makefile
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>
|