Ticket #45334: Portfile

File Portfile, 1.5 KB (added by mvgrimes, 9 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: Portfile 92837 2012-05-09 00:51:48Z ryandesign@macports.org $
3
4PortSystem          1.0
5PortGroup           github 1.0
6github.setup        ledger ledger 3.1 v
7fetch.type          git
8
9name                ledger
10
11homepage            http://ledger-cli.org/
12categories          finance
13
14description         A command-line, double-entry accounting tool.
15long_description    Ledger is a powerful, double-entry accounting system that \
16                    is accessed from the UNIX command-line.
17
18maintainers         newartisans.com:johnw
19
20platforms           darwin
21
22depends_build       port:automake \
23                    port:autoconf \
24                    port:libtool \
25                    port:doxygen \
26                    path:bin/dot:graphviz \
27                    port:libedit \
28                    port:texlive-xetex \
29                    port:texinfo
30
31depends_lib         port:pcre \
32                    port:expat \
33                    port:boost \
34                    port:python27 \
35                    port:libiconv \
36                    port:zlib \
37                    port:gmp \
38                    port:mpfr \
39                    port:ncurses \
40                    port:gettext
41
42# Needs a compiler that supports c++11. Do we need to whitelist?
43
44configure.cmd       ${worksrcpath}/acprep opt config
45build.cmd           ${worksrcpath}/acprep opt make