SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
37
devel/keystone/python/Makefile
Normal file
37
devel/keystone/python/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
BROKEN-riscv64 = Unknown architecture riscv64
|
||||
|
||||
COMMENT = Python bindings for keystone
|
||||
|
||||
MODPY_EGG_VERSION = ${GH_TAGNAME}
|
||||
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 3
|
||||
|
||||
MODULES = devel/cmake \
|
||||
lang/python
|
||||
MODPY_SETUPTOOLS =Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} m
|
||||
|
||||
WRKDIST = ${WRKDIR}/${DISTNAME}/bindings/python
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
RUN_DEPENDS = devel/keystone/main
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
# Prevent cmake.port.mk from taking over configure, whilst using
|
||||
# the python.port.mk build target as this port doesn't use
|
||||
# cmake configure per se.
|
||||
CONFIGURE_STYLE=none
|
||||
do-build:
|
||||
${MODPY_BUILD_TARGET}
|
||||
|
||||
do-install:
|
||||
${MODPY_INSTALL_TARGET}
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue