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 libfdata 20150104 |
---|
9 | categories-append security |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | maintainers yahoo.fr:jul_bsd openmaintainer |
---|
13 | |
---|
14 | license LGPL-3+ |
---|
15 | |
---|
16 | description Library to provide generic file data functions |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | distname ${name}-experimental-${version} |
---|
20 | worksrcdir ${name}-${version} |
---|
21 | master_sites https://github.com/libyal/${name}/releases/download/${version}/ |
---|
22 | |
---|
23 | checksums rmd160 49908a0d936e9102f48d5011b96c51146b80d5a7 \ |
---|
24 | sha256 5e2733214ac11a174e2423fbb6491296e721c3aa203bf87d4b6023d3b86a5f8f |
---|
25 | |
---|
26 | depends_lib port:gettext \ |
---|
27 | port:libiconv \ |
---|
28 | port:libcstring \ |
---|
29 | port:libcerror \ |
---|
30 | port:libcthreads \ |
---|
31 | port:libcdata \ |
---|
32 | port:libcnotify \ |
---|
33 | port:libfcache |
---|
34 | depends_build port:pkgconfig |
---|
35 | |
---|
36 | configure.args --with-libiconv-prefix=${prefix} |
---|
37 | |
---|