SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>