You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1022 B
Tcl
31 lines
1022 B
Tcl
# -*- 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
|
|
|
|
github.setup libyal libcdata 20220115
|
|
categories-append security
|
|
maintainers nomaintainer
|
|
license LGPL-3+
|
|
|
|
description Library for cross-platform C generic data functions
|
|
long_description ${description}
|
|
|
|
distname ${name}-alpha-${version}
|
|
worksrcdir ${name}-${version}
|
|
github.tarball_from releases
|
|
|
|
checksums rmd160 cb5e5e99787d39e2db0090433511f71fbe15642a \
|
|
sha256 2e3c499abacae0f5ea09ff6c20979fc3a0177aba9ade94717eaab609754c4974 \
|
|
size 632725
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib port:gettext \
|
|
port:libiconv \
|
|
port:libcstring \
|
|
port:libcthreads \
|
|
port:libcerror
|
|
|
|
configure.args --with-libiconv-prefix=${prefix}
|