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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | github.setup ledger ledger 3.1 v |
---|
7 | fetch.type git |
---|
8 | |
---|
9 | name ledger |
---|
10 | |
---|
11 | homepage http://ledger-cli.org/ |
---|
12 | categories finance |
---|
13 | |
---|
14 | description A command-line, double-entry accounting tool. |
---|
15 | long_description Ledger is a powerful, double-entry accounting system that \ |
---|
16 | is accessed from the UNIX command-line. |
---|
17 | |
---|
18 | maintainers newartisans.com:johnw |
---|
19 | |
---|
20 | platforms darwin |
---|
21 | |
---|
22 | depends_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 | |
---|
31 | depends_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 | |
---|
44 | configure.cmd ${worksrcpath}/acprep opt config |
---|
45 | build.cmd ${worksrcpath}/acprep opt make |
---|