summaryrefslogtreecommitdiff
path: root/emulators/py-keystone/Makefile
blob: bd800acc85f88670d72c4036746c145abde0abe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.5 2021/03/12 14:48:12 nia Exp $

.include "../../emulators/keystone/Makefile.common"

PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES+=	python

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Python bindings for keystone
LICENSE=	modified-bsd

PYSETUPSUBDIR=	bindings/python

EGG_NAME=	keystone_engine-${PKGVERSION_NOREV}

TOOL_DEPENDS+=	cmake-[0-9]*:../../devel/cmake

.include "../../emulators/keystone/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"