Ticket #29980: Portfile

File Portfile, 1.2 KB (added by marc.schlaich@…, 13 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           python27 1.0
6
7name                py27-tortoisehg
8version             2.0.5
9categories-append   lang python
10maintainers         gmail.com:marc.schlaich
11license             GPL-2
12
13description         A set of graphical tools for Mercurial
14
15long_description    A set of graphical tools for the Mercurial distributed \
16                    revision control system.
17
18homepage            http://tortoisehg.bitbucket.org/
19master_sites        http://bitbucket.org/tortoisehg/targz/downloads/
20
21distname            tortoisehg-${version}
22
23checksums           sha1    f94c113651028afebec9769acd37073aaddebf4a \
24                    rmd160  32c40a8988a4568eafdf7ada0996d84144ee13e0
25
26depends_lib-append  port:py27-mercurial \
27                    port:py27-pyqt4 \
28                    port:py27-qscintilla \
29                    port:py27-iniparse
30
31depends_build-append port:py27-distribute
32
33patchfiles          patch-setup.py.diff
34
35build.env-append    PATH=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/bin
36