97660033ee
radare2 is an advanced commandline hexadecimal editor with a set of tools for working with binary files. This package provides Python bindings for radare2.
17 lines
501 B
Makefile
17 lines
501 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2015/11/16 01:31:10 khorben Exp $
|
|
|
|
BUILDLINK_TREE+= py_radare2
|
|
|
|
.if !defined(PY_RADARE2_BUILDLINK3_MK)
|
|
PY_RADARE2_BUILDLINK3_MK:=
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.py_radare2+= ${PYPKGPREFIX}-radare2>=0.9.9
|
|
BUILDLINK_ABI_DEPENDS.py_radare2+= ${PYPKGPREFIX}-radare2>=0.9.9
|
|
BUILDLINK_PKGSRCDIR.py_radare2?= ../../devel/py-radare2
|
|
|
|
.include "../../devel/radare2/buildlink3.mk"
|
|
.endif # PY_RADARE2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py_radare2
|