Ticket #5612: Portfile

File Portfile, 904 bytes (added by namely_void@…, 19 years ago)

Portfile for git-core

Line 
1PortSystem 1.0
2name            git-core
3version         0.99.9b
4description     The stupid content tracker.
5long_description        A stupid (but extremely fast) directory \
6                        content manager. It doesn't do a whole lot, \
7                        but what it _does_ do is track directory contents \
8                        efficiently.
9maintainers     darwinports@opendarwin.org
10categories      devel
11platforms       darwin
12homepage        http://kernel.org/git
13use_bzip2       yes
14master_sites    http://www.kernel.org/pub/software/scm/git/
15checksums       md5 193af5610ac025f17bd6ff35a666a735
16depends_run     bin:curl:curl bin:diff:diffutils bin:merge:rcs bin:wish:tk \
17                bin:ssh:openssh bin:python:python24 bin:rsync:rsync
18depends_lib     lib:libcurl:curl lib:libz:zlib
19use_configure   no
20build.args      prefix=${prefix}
21destroot.destdir DESTDIR=${destroot} prefix=${prefix}
22destroot.target install
23
24variant doc {
25        depends_build           bin:asciidoc:py-asciidoc
26        build.target-append     doc
27        destroot.target-append  install-doc
28}