=================================================================== RCS file: /cvs/ports/devel/ode/Attic/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.5 diff -u -r1.1.1.1 -r1.5 --- ports/devel/ode/Attic/Makefile 2008/11/30 18:37:36 1.1.1.1 +++ ports/devel/ode/Attic/Makefile 2008/12/25 15:21:47 1.5 @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2008/11/30 18:37:36 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2008/12/25 15:21:47 yason Exp $ COMMENT = high performance library for simulating rigid body dynamics -SHARED_LIBS = ode 1.0 +SHARED_LIBS = ode 1.0 DISTNAME = ode-0.10.1 @@ -11,7 +11,7 @@ MAINTAINER = Kirill S. Bychkov -# BSD +# GPLv2 PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes @@ -20,5 +20,15 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=opende/} CONFIGURE_STYLE = gnu +CONFIGURE_ARGS = --enable-double-precision \ + --with-trimesh=none \ + ${CONFIGURE_SHARED} + +WANTLIB = m pthread + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ode + ${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT ${PREFIX}/share/doc/ode/LICENSE + ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/ode/README .include