911e61848d
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.
14 lines
390 B
Text
14 lines
390 B
Text
# $NetBSD: Makefile.common,v 1.5 2021/02/10 10:35:13 adam Exp $
|
|
#
|
|
# used by emulators/py-keystone/Makefile
|
|
|
|
DISTNAME= keystone-0.9.2
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=keystone-engine/}
|
|
|
|
HOMEPAGE= https://www.keystone-engine.org/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../emulators/keystone/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../emulators/keystone/patches
|
|
|
|
USE_LANGUAGES= c c++
|