Ticket #46073: Portfile

File Portfile, 1.0 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 libcdatetime 20150101
9categories-append   security
10platforms           darwin
11
12maintainers         yahoo.fr:jul_bsd openmaintainer
13
14license             LGPL-3+
15
16description         Library for cross-platform C threads functions
17long_description    ${description}
18
19distname            ${name}-experimental-${version}
20worksrcdir          ${name}-${version}
21master_sites        https://github.com/libyal/${name}/releases/download/${version}/
22
23checksums           rmd160  1e7edec2ea07fc44484de707a1d1e78b247c1345 \
24                    sha256  7a0cad5263cd0ca50d1f4aacb4b35f56b9223627a43f495fef3ebf85152184ea
25
26depends_lib         port:gettext \
27                    port:libiconv \
28                    port:libcstring \
29                    port:libcerror
30depends_build       port:pkgconfig
31
32configure.args      --with-libiconv-prefix=${prefix}
33