mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
53cf1ad23e
- Update LICENSE - Update GH_* variables to the new repository - Update comment and WWW in pkg-descr Changelog: https://github.com/petervanderdoes/gitflow-avh/releases/tag/1.11.0 PR: 223399 Submitted by: Aldis Berjoza <aldis@berjoza.lv> Approved by: Nicolas Embriz <nbari@tequila.io> (maintainer)
32 lines
586 B
Makefile
32 lines
586 B
Makefile
# Created by: Nicolas Embriz <nbari@dalmp.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gitflow
|
|
PORTVERSION= 1.11.0
|
|
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
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
MAKE_ARGS= prefix=${STAGEDIR}${PREFIX}
|
|
|
|
post-install:
|
|
${MV} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|