openbsd-ports/devel/radare2/bindings/Makefile

21 lines
467 B
Makefile
Raw Normal View History

# $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>