Ticket #42284: Portfile

File Portfile, 1.1 KB (added by rlonstein@…, 10 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem              1.0
5PortGroup               github 1.0
6
7github.setup            petervanderdoes gitflow 1.7.0
8fetch.type              git
9
10name                    git-flow-avh
11categories              devel
12platforms               darwin
13maintainers             openmaintainer
14license                 BSD
15supported_archs         noarch
16
17description             Git extensions for Vincent Driessen branching.
18
19long_description        A collection of Git extensions to provide high-level \
20                        repository operations for Vincent Driessen branching.
21
22depends_build-append    port:git-core
23
24depends_run-append      port:getopt
25
26post-fetch {
27    # Does the github portgroup support 'clone --recursive'?
28    # This will be removed once the python re-write is complete.
29    system "cd ${worksrcpath} && git submodule update --init"
30}
31
32use_configure           no
33
34build {}
35
36destroot.destdir        prefix=${destroot}${prefix}