mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
This is not needed after bc4fedc1fe
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
25 lines
573 B
Makefile
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>
|