edd 2cbd6205f8 Update devel/radare2 to version 3.4.1.
From David Carlier, OK bentley@. Thanks!
2019-04-30 12:16:46 +00:00

24 lines
481 B
Makefile

# $OpenBSD: Makefile,v 1.7 2019/04/30 12:16:46 edd Exp $
COMMENT = Vala bindings for Radare2
V = 3.4.1
SUBST_VARS += V
BUILD_DEPENDS = devel/radare2/main>=${V}
RUN_DEPENDS = lang/vala \
devel/radare2/main>=${V}
GH_PROJECT = radare2-bindings
GH_TAGNAME = ${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>