1PORTNAME= python-fcl 2PORTVERSION= 0.0.12 3PORTREVISION= 4 4CATEGORIES= math python 5MASTER_SITES= PYPI 6PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= Python bindings for the Flexible Collision Library 10WWW= https://libraries.io/pypi/python-fcl 11 12LICENSE= bsd3 13LICENSE_FILE= ${WRKSRC}/LICENSE 14 15LIB_DEPENDS= libfcl05.so:math/fcl05 \ 16 liboctomap.so:math/octomap 17BUILD_DEPENDS= ${PYNUMPY} 18RUN_DEPENDS= ${PYNUMPY} 19 20USES= compiler:c++11-lang eigen:3 python 21 22USE_PYTHON= autoplist concurrent cython0 distutils 23 24PYDISTUTILS_BUILD_TARGET= build_ext 25 26post-install: 27 ${STRIP_CMD} ${PYTHON_SITELIBDIR}/fcl/fcl*.so 28 29.include <bsd.port.mk> 30