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 libcstring 20141018 |
---|
9 | categories-append security |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | maintainers yahoo.fr:jul_bsd openmaintainer |
---|
13 | |
---|
14 | license LGPL-3+ |
---|
15 | |
---|
16 | description Library for cross-platform C system functions |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | ## Note: We want "release source"not source code |
---|
20 | master_sites https://github.com/libyal/${name}/releases/download/${version}/ |
---|
21 | distname ${name}-alpha-${version} |
---|
22 | worksrcdir ${name}-${version} |
---|
23 | |
---|
24 | checksums rmd160 23e3fd097c0fa53601fbe4106565894de625ad43 \ |
---|
25 | sha256 44ac39b5bbe6ec1c5e5d6085d5ea4052c0b570cce0e0c6f5dd4eb3b85af6825e |
---|
26 | |
---|
27 | depends_lib port:gettext port:libiconv |
---|
28 | depends_build port:pkgconfig |
---|
29 | |
---|
30 | configure.args --with-libiconv-prefix=${prefix} |
---|
31 | |
---|