# -*- 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.5.2 v revision 0 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 github.tarball_from releases distname ${github.project}-src-v${github.version} worksrcdir ${github.project}-v${github.version} extract.suffix .tar.xz checksums rmd160 31f703fc1b1ec4f5d48ff0de91d139ef9a446400 \ sha256 71ab80fc3c8ac9c80a10000d838128af28a05d31a0ee183900c2c5c6e350eca3 \ size 11779644 depends_build-append \ port:pkgconfig depends_lib port:capstone \ port:libzip \ port:zlib \ port:lz4 \ port:tree-sitter 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=disabled \ -Duse_sys_openssl=enabled \ -Duse_sys_tree_sitter=enabled