Ticket #46070: Portfile

File Portfile, 1.3 KB (added by jul_bsd@…, 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$
3
4PortSystem          1.0
5
6PortGroup           github 1.0
7
8github.setup        libyal libbfio 20150102
9categories-append   security
10platforms           darwin
11maintainers         yahoo.fr:jul_bsd openmaintainer
12license             LGPL-3+
13description         Library to provide basic file input/output abstraction
14long_description    ${description}
15
16distname            ${name}-alpha-${version}
17worksrcdir          ${name}-${version}
18master_sites        https://github.com/libyal/${name}/releases/download/${version}/
19
20checksums           rmd160  2e326bd6a537c812a9396d817981b44651f43af0 \
21                    sha256  a2cfbba7f0ca0ba8559ea85aba7c0242f10730ade3950266c4a46d8902a875bd
22
23depends_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
35depends_build       port:pkgconfig
36
37configure.args      --with-libiconv-prefix=${prefix}
38