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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup libyal libbfio 20150102 |
---|
9 | categories-append security |
---|
10 | platforms darwin |
---|
11 | maintainers yahoo.fr:jul_bsd openmaintainer |
---|
12 | license LGPL-3+ |
---|
13 | description Library to provide basic file input/output abstraction |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | distname ${name}-alpha-${version} |
---|
17 | worksrcdir ${name}-${version} |
---|
18 | master_sites https://github.com/libyal/${name}/releases/download/${version}/ |
---|
19 | |
---|
20 | checksums rmd160 2e326bd6a537c812a9396d817981b44651f43af0 \ |
---|
21 | sha256 a2cfbba7f0ca0ba8559ea85aba7c0242f10730ade3950266c4a46d8902a875bd |
---|
22 | |
---|
23 | depends_lib port:gettext \ |
---|
24 | port:libiconv \ |
---|
25 | port:libcstring \ |
---|
26 | port:libcerror \ |
---|
27 | port:libcthreads \ |
---|
28 | port:libcdata \ |
---|
29 | port:libclocale \ |
---|
30 | port:libcnotify \ |
---|
31 | port:libcsplit \ |
---|
32 | port:libuna \ |
---|
33 | port:libcfile \ |
---|
34 | port:libcpath |
---|
35 | depends_build port:pkgconfig |
---|
36 | |
---|
37 | configure.args --with-libiconv-prefix=${prefix} |
---|
38 | |
---|