mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
989 B
Tcl
30 lines
989 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 libcerror 20220101
|
|
categories security
|
|
maintainers nomaintainer
|
|
license LGPL-3+
|
|
|
|
description Library for cross-platform C error functions
|
|
long_description ${description}
|
|
|
|
github.tarball_from releases
|
|
distname ${name}-beta-${version}
|
|
worksrcdir ${name}-${version}
|
|
|
|
checksums rmd160 a72dd9b12d569c6a373a766f5e5b551ebd961512 \
|
|
sha256 222bf86a77671ef7598b7bb4080aa69fe854ea8b4f7ae90590dde1d3a458f38c \
|
|
size 493194
|
|
|
|
depends_build port:pkgconfig
|
|
|
|
depends_lib port:gettext \
|
|
port:libcstring \
|
|
port:libiconv
|
|
|
|
configure.args --with-libiconv-prefix=${prefix} \
|
|
--with-libcstring=${prefix}
|