freebsd-ports/devel/gitflow/Makefile
Kai Knoblich 2864a041b1 devel/gitflow: Update to 1.12.3
* Remove patch "patch-git-flow-init" that is no longer required. [1]

While I'm here:

* Group USES block with related USE_ variables and move OPTIONS_DEFINE
  further down according to the PHB.

Changelog since 1.12.1:

* Explicitly get the default values from the system and global config
* Fix missing parentheses [1]

PR:		240577
Submitted by:	nbari@tequila.io (maintainer)
2019-09-16 10:08:29 +00:00

30 lines
586 B
Makefile

# Created by: Nicolas Embriz <nbari@tequila.io>
# $FreeBSD$
PORTNAME= gitflow
PORTVERSION= 1.12.3
CATEGORIES= devel
MAINTAINER= nbari@tequila.io
COMMENT= Git extensions to provide high-level repository operations
LICENSE= BSD2CLAUSE LGPL21
LICENSE_COMB= multi
RUN_DEPENDS= ${LOCALBASE}/bin/getopt: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>