mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
cf118ccf87
Reported by: lwhsu
25 lines
402 B
Makefile
25 lines
402 B
Makefile
PORTNAME= git-subrepo
|
|
DISTVERSION= 0.4.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= jhb@FreeBSD.org
|
|
COMMENT= Git command for managing subrepositories
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/License
|
|
|
|
RUN_DEPENDS= bash:shells/bash \
|
|
git:devel/git
|
|
|
|
USES= gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ingydotnet
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
MAKE_ARGS= INSTALL_MAN1="\$${DESTDIR}\$${MANPREFIX}/man/man1"
|
|
|
|
.include <bsd.port.mk>
|