4954a2ca21
Bullet is a 3D Collision Detection and Rigid Body Dynamics Library for games and animation. Free for commercial use, including Playstation 3, open source under the ZLib License. Discrete and continuous collision detection, integrated into Blender 3D, and COLLADA 1.4 Physics import.
14 lines
345 B
Makefile
14 lines
345 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/09/03 23:01:47 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= bullet
|
|
|
|
.if !defined(BULLET_BUILDLINK3_MK)
|
|
BULLET_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.bullet+= bullet>=2.76
|
|
BUILDLINK_PKGSRCDIR.bullet?= ../../devel/bullet
|
|
|
|
#.include "../../graphics/glut/buildlink3.mk"
|
|
.endif # BULLET_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -bullet
|