pkgsrc/emulators/py-unicorn/Makefile
joerg a9b06a3d7c Don't rebuild unicorn locally for the Python binding.
Fix doesn't fix unicorn itself as it still depends on RWX mappings to
work.
2018-03-24 17:09:33 +00:00

16 lines
410 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/03/24 17:09:33 joerg Exp $
.include "../../emulators/unicorn/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES+= python
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Python bindings for unicorn
LICENSE= gnu-gpl-v2
PYSETUPSUBDIR= bindings/python
.include "../../emulators/unicorn/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"