pkgsrc/devel/radare2/Makefile
gdt bce780cb7b Import radare2-0.9.8 as devel/radare2.
radare2 is an advanced commandline hexadecimal editor
with a set of tools for working with binary files.

Most of tools that come with radare2 have been designed
for reverse engineering file formats, firmwares, programs,
libraries, etc.

Radare2 project started as a forensics tool, a scriptable
commandline hexadecimal editor able to open disk files,
but later support for analyzing binaries, disassembling
code, debugging programs, attaching to remote gdb servers..

Packaged in wip by Kamil Rytarowski.
2015-02-27 12:11:20 +00:00

26 lines
706 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/02/27 12:11:20 gdt Exp $
DISTNAME= radare2-0.9.8
CATEGORIES= devel
MASTER_SITES= http://www.radare.org/get/
EXTRACT_SUFX= .tar.xz
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
.include "options.mk"
.include "../../devel/capstone/buildlink3.mk"
.include "../../sysutils/file/buildlink3.mk"
.include "../../archivers/libzip/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"