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 libcerror 20141116 |
---|
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 error functions |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | distname ${name}-alpha-${version} |
---|
20 | |
---|
21 | ## Note: We want "release" not source code |
---|
22 | master_sites https://github.com/libyal/${name}/releases/download/${version}/ |
---|
23 | worksrcdir ${name}-${version} |
---|
24 | checksums rmd160 8de148893d1d412e4475583af8bb02cf91410d1b \ |
---|
25 | sha256 6649d91e1ef155f9b275da65772d7f3f87ab60295031467326e0d2b052314f08 |
---|
26 | |
---|
27 | depends_lib port:gettext port:libiconv port:libcstring |
---|
28 | depends_build port:pkgconfig |
---|
29 | |
---|
30 | configure.args --with-libiconv-prefix=${prefix} \ |
---|
31 | --with-libcstring=${prefix} |
---|
32 | |
---|