Ticket #47106: Portfile

File Portfile, 1.2 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 libfguid 20150104
9categories-append   security
10platforms           darwin
11
12maintainers         yahoo.fr:jul_bsd openmaintainer
13
14license             LGPL-3+
15
16description         Library for GUID/UUID data types
17long_description    ${description}
18
19distname            ${name}-alpha-${version}
20worksrcdir          ${name}-${version}
21master_sites        https://github.com/libyal/${name}/releases/download/${version}/
22
23checksums           rmd160  5077113f9376d9d7880ccdefb6f688d171b393d1 \
24                    sha256  d5911bd63c249f23507a4a54f94758608c6271e8f92862cbe804bd3736da0289
25
26depends_lib         port:gettext \
27                    port:libiconv \
28                    port:libcstring \
29                    port:libcerror \
30                    port:libcthreads \
31                    port:libcdata \
32                    port:libcnotify \
33                    port:libfcache
34depends_build       port:pkgconfig
35
36configure.args      --with-libiconv-prefix=${prefix} 
37