# -*- 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 PortGroup meson 1.0 PortGroup openssl 1.0 epoch 1 github.setup rizinorg rizin 0.8.0 v github.tarball_from releases revision 0 # Please revbump cutter-rizin whenever this is updated to a new version homepage https://rizin.re description UNIX-like reverse engineering framework and command-line \ toolset long_description Rizin is a fork of the radare2 reverse engineering \ framework with a focus on usability, working features and \ code cleanliness. categories devel license LGPL-3 maintainers {l2dy @l2dy} \ {gmail.com:herby.gillot @herbygillot} \ openmaintainer distname ${github.project}-src-v${github.version} worksrcdir ${github.project}-v${github.version} use_xz yes checksums rmd160 d59f17b0a6fac966a5582214664efa27611a42ad \ sha256 da9ac726109719289f908007d1802c6494a23c43cb9950ca42821d42aa5c7e37 \ size 21332740 depends_build-append \ port:pkgconfig depends_lib-append port:capstone \ port:libzip \ port:zlib \ port:lz4 \ port:zstd \ port:xxhash configure.args-append \ -Duse_sys_capstone=enabled \ -Duse_sys_magic=disabled \ -Duse_sys_libzip=enabled \ -Duse_sys_zlib=enabled \ -Duse_sys_lz4=enabled \ -Duse_sys_xxhash=enabled \ -Duse_sys_openssl=enabled \ -Duse_sys_libzstd=enabled