openbsd-ports/devel/radare2/bindings/Makefile
edd 38d1e86abc Import radare2, reverse engineers hex editor, debugger and disassembler.
Only i386/amd64 enabled until we know which arches work/need fixing.

OK sthen@
2011-07-21 01:35:51 +00:00

21 lines
467 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/07/21 01:35:51 edd Exp $
COMMENT = Vala bindings for Radare2
DISTNAME = r2-bindings-${V}
PKGNAME = radare-bindings2-${V}
BUILD_DEPENDS = devel/radare2/main>=${V}
RUN_DEPENDS = lang/vala \
devel/radare2/main>=${V}
PKG_ARCH = *
# This would go if we wanted to package other bindings.
NO_BUILD = Yes
# Only install vala bindings for now. Maybe more in the future.
INSTALL_TARGET = install-vapi
.include <bsd.port.mk>