38d1e86abc
Only i386/amd64 enabled until we know which arches work/need fixing. OK sthen@
21 lines
467 B
Makefile
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>
|