pkgsrc/emulators/keystone/Makefile
adam 911e61848d keystone py-keystone: updated to 0.9.2
Version 0.9.2

This version fixes some important bugs inside the core of Keystone, added some new bindings & made some minor improvements. All users of Keystone are encouraged to upgrade to v0.9.1.
2021-02-10 10:35:13 +00:00

15 lines
369 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/02/10 10:35:13 adam Exp $
.include "Makefile.common"
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Multi-platform and multi-arch assembler framework
USE_CMAKE= yes
LICENSE= gnu-gpl-v2
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
CMAKE_ARGS+= -DLLVM_TARGETS_TO_BUILD=all
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"