Ticket #45743: Portfile

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