6884f698c9
Changelog: Many improvements and bugfixes including: * Improve x86, PPC, iOS, Android, ARM, m68k, wasm, and msp430 etc. support * Fix build under GNU Hurd etc. * Add .NET PE binary * Improve GDB support
28 lines
814 B
Makefile
28 lines
814 B
Makefile
# $NetBSD: Makefile,v 1.18 2019/03/26 19:29:52 ryoon Exp $
|
|
|
|
DISTNAME= radare2-3.3.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://radare.mikelloc.com/get/3.3.0/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.radare.org/
|
|
COMMENT= Reverse engineering framework
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
HAS_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
|
CONFIGURE_ARGS+= --with-sysmagic
|
|
CONFIGURE_ARGS+= --with-syscapstone
|
|
CONFIGURE_ARGS+= --with-syszip
|
|
PKGCONFIG_OVERRIDE+= pkgcfg/*.pc*
|
|
USE_TOOLS+= gmake patch pkg-config perl
|
|
|
|
# node
|
|
CHECK_INTERPRETER_SKIP+= share/radare2/${PKGVERSION_NOREV}/www/m/fonts/iconjar-map.js
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/capstone/buildlink3.mk"
|
|
.include "../../sysutils/file/buildlink3.mk"
|
|
.include "../../archivers/libzip/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|