opnsense-ports/devel/gitflow/Makefile
Franco Fichtner 6d031d4c91 */*: sync with upstream
Taken from: FreeBSD
2024-11-19 10:01:34 +01:00

32 lines
656 B
Makefile

PORTNAME= gitflow
PORTVERSION= 1.12.3
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= nbari@tequila.io
COMMENT= Git extensions to provide high-level repository operations
WWW= https://github.com/petervanderdoes/gitflow-avh
LICENSE= BSD2CLAUSE LGPL21
LICENSE_COMB= multi
DEPRECATED= Upstream repo archived Jun 19, 2023
EXPIRATION_DATE=2024-12-31
RUN_DEPENDS= getopt>=0:misc/getopt
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= petervanderdoes
GH_PROJECT= ${PORTNAME}-avh
NO_BUILD= yes
NO_ARCH= yes
MAKE_ARGS= prefix=${STAGEDIR}${PREFIX}
OPTIONS_DEFINE= EXAMPLES
post-install:
${MV} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>