mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
23 lines
486 B
Makefile
23 lines
486 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bullet3
|
|
DISTVERSION= 2.87
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Python version of 3D collision detection library Bullet
|
|
|
|
LICENSE= ZLIB
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= compiler:c++11-lang localbase python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= bulletphysics
|
|
USE_PYTHON= autoplist distutils
|
|
USE_GL= gl glew
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pybullet.so
|
|
|
|
.include <bsd.port.mk>
|