# -*- 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.7.4 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 9d81976b1432b4535cddf7a10d0fe13c9dfd711e \ sha256 f7118910e5dc843c38baa3e00b30ec019a1cdd5c132ba2bc16cf0c7497631201 \ size 18613012 depends_build-append \ port:pkgconfig depends_lib-append port:capstone \ port:libzip \ port:zlib \ port:lz4 \ port:zstd \ 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_libzstd=enabled \ -Duse_sys_tree_sitter=enabled