2015-06-08 01:00:55 +00:00
|
|
|
# -*- 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
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup github 1.0
|
|
|
|
|
|
2022-07-29 19:15:50 +05:45
|
|
|
github.setup libyal libcsplit 20220109
|
2015-06-08 01:00:55 +00:00
|
|
|
categories security
|
2016-08-19 14:16:01 +00:00
|
|
|
maintainers nomaintainer
|
2015-06-08 01:00:55 +00:00
|
|
|
license LGPL-3+
|
|
|
|
|
|
|
|
|
|
description Library for cross-platform C split strings functions
|
|
|
|
|
long_description ${description}
|
|
|
|
|
|
|
|
|
|
github.tarball_from releases
|
2022-07-29 19:15:50 +05:45
|
|
|
distname ${name}-beta-${version}
|
2015-06-08 01:00:55 +00:00
|
|
|
worksrcdir ${name}-${version}
|
|
|
|
|
|
2022-07-29 19:15:50 +05:45
|
|
|
checksums rmd160 49970b0f4309e201a90e05ddf90b0e2ec051a09b \
|
|
|
|
|
sha256 987d025c2e23b4c833ec9298faa9eeab0c8a06365eb89dc95218687c35e63d6f \
|
|
|
|
|
size 513064
|
2015-06-08 01:00:55 +00:00
|
|
|
|
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
|
|
|
|
|
|
depends_lib port:gettext \
|
|
|
|
|
port:libiconv \
|
|
|
|
|
port:libcstring \
|
|
|
|
|
port:libcerror
|
|
|
|
|
|
|
|
|
|
configure.args --with-libiconv-prefix=${prefix}
|