ports/devel/interactive_rebase_tool/Makefile
Siva Mahadevan c0d07f1127 */*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fe

PR:		246993
Differential Revision:	https://reviews.freebsd.org/D46503
2024-09-10 12:58:07 +02:00

25 lines
573 B
Makefile

PORTNAME= interactive_rebase_tool
DISTVERSION= 2.4.1
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= petteri.valkonen@iki.fi
COMMENT= Improved sequence editor for Git
WWW= https://gitrebasetool.mitmaro.ca/
LICENSE= GPLv3+
LIB_DEPENDS= libgit2.so:devel/libgit2
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= MitMaro
GH_PROJECT= git-interactive-rebase-tool
PLIST_FILES= bin/interactive-rebase-tool \
share/man/man1/interactive-rebase-tool.1.gz
post-install:
${INSTALL_MAN} ${WRKSRC}/src/interactive-rebase-tool.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>