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 146517 2016-03-10 17:49:28Z raimue@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libgeier |
---|
7 | categories finance |
---|
8 | version 0.13 |
---|
9 | revision 2 |
---|
10 | platforms darwin |
---|
11 | license GPL-3 |
---|
12 | maintainers nomaintainer |
---|
13 | description A transmission library for German tax reports |
---|
14 | long_description \ |
---|
15 | libgeier is a library that handles the data transmission of \ |
---|
16 | tax reports to German financial authorities. |
---|
17 | |
---|
18 | homepage http://www.taxbird.de |
---|
19 | master_sites ${homepage}/download/${name}/${version} |
---|
20 | |
---|
21 | depends_build port:pkgconfig |
---|
22 | depends_lib-append port:libxml2 \ |
---|
23 | port:libxslt \ |
---|
24 | port:xmlsec \ |
---|
25 | path:lib/libssl.dylib:openssl \ |
---|
26 | port:argp-standalone |
---|
27 | |
---|
28 | # xmlsec is not universal |
---|
29 | universal_variant no |
---|
30 | |
---|
31 | checksums md5 baecd0d98148de0985e8fc3ea0291431 \ |
---|
32 | sha1 69e05471223741c03480a5b59a9a5ea4907ae626 \ |
---|
33 | rmd160 50f4fd9b649842d5d344d6ccf29ac39354cb7c5c |
---|
34 | |
---|
35 | configure.args \ |
---|
36 | --with-openssl |
---|
37 | |
---|
38 | configure.ldflags-append -largp |
---|
Note: See
TracBrowser
for help on using the repository browser.