[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / ode

Diff for /ports/devel/ode/Attic/Makefile between version 1.4 and 1.6

version 1.4, 2008/12/10 13:24:46 version 1.6, 2009/02/05 21:06:42
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 COMMENT =               high performance library for simulating rigid body dynamics  COMMENT =               high performance library for simulating rigid body dynamics
 SHARED_LIBS =           ode 1.0  SHARED_LIBS =           ode 2.0
   
 DISTNAME =              ode-0.10.1  DISTNAME =              ode-0.11
   
 CATEGORIES =            devel  CATEGORIES =            devel
   
Line 20 
Line 20 
 MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=opende/}  MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=opende/}
   
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 CONFIGURE_ARGS =        --enable-shared  CONFIGURE_ARGS =        --enable-double-precision \
                           --with-trimesh=none \
                           ${CONFIGURE_SHARED}
   
 WANTLIB =               m pthread  WANTLIB =               m pthread
   
 post-install:  post-install:

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

CVSweb