diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-13 02:14:57 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-13 02:14:57 +0000 |
commit | 4496dba4630ffd2e3e0ea3221ff0d29ad526549d (patch) | |
tree | bce4d603814fa22187b2f4d5086806df6de39d4e /devel/ode | |
parent | 4eda1bab437110d8c93712aa8ade47d3a5bcaacc (diff) |
New port devel/ode-devel
ODE is a free, industrial quality library for simulating articulated
rigid body dynamics - for example ground vehicles, legged creatures,
and moving objects in VR environments. It is fast, flexible, robust
and platform independent, with advanced joints, contact with friction,
and built-in collision detection.
WWW: http://www.ode.org/
Add CONFLICTS in devel/ode
PR: 88581
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=148069
Diffstat (limited to 'devel/ode')
-rw-r--r-- | devel/ode/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ode/Makefile b/devel/ode/Makefile index 68d54a7e3e62..2ad28f3cb2e6 100644 --- a/devel/ode/Makefile +++ b/devel/ode/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dyeske@yahoo.com COMMENT= Articulated rigid body dynamics library +CONFLICTS= ode-devel-[0-9].* + USE_X_PREFIX= yes USE_GL= yes USE_GMAKE= yes |