20 lines
507 B
Makefile
20 lines
507 B
Makefile
# $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"
|