freebsd-ports/devel/git-extras/Makefile
Muhammad Moinur Rahman c28b077609
devel/git-extras: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-23 13:50:24 +01:00

26 lines
465 B
Makefile

PORTNAME= git-extras
DISTVERSION= 7.1.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= igor.ostapenko@pm.me
COMMENT= Sub-commands for repo summary, repl, changelog population, and more
WWW= https://github.com/tj/git-extras/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= bash:shells/bash \
git:devel/git
MAKE_ARGS= MANPREFIX=${PREFIX}/share/man/man1
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= tj
NO_ARCH= yes
NO_BUILD= yes
.include <bsd.port.mk>