=================================================================== RCS file: /cvs/ports/devel/bullet/Attic/Makefile,v retrieving revision 1.6 retrieving revision 1.8 diff -u -r1.6 -r1.8 --- ports/devel/bullet/Attic/Makefile 2011/09/19 09:25:38 1.6 +++ ports/devel/bullet/Attic/Makefile 2012/02/12 19:19:26 1.8 @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2011/09/19 09:25:38 yason Exp $ +# $OpenBSD: Makefile,v 1.8 2012/02/12 19:19:26 yason Exp $ COMMENT = collision detection and rigid body dynamics library -DISTNAME = bullet-2.78 +DISTNAME = bullet-2.79-rev2440 +PKGNAME = bullet-2.79 SHARED_ONLY = Yes @@ -19,7 +20,7 @@ HOMEPAGE = http://bulletphysics.org/ -#MAINTAINER = ??? +MAINTAINER = Kirill Bychkov # ZLib/libpng PERMIT_PACKAGE_CDROM = Yes @@ -30,20 +31,21 @@ WANTLIB = m pthread stdc++ MASTER_SITES = http://bullet.googlecode.com/files/ -EXTRACT_SUFX = .zip +EXTRACT_SUFX = .tgz MODULES = devel/cmake -SEPARATE_BUILD = concurrent USE_LIBTOOL = Yes CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release \ -DBUILD_DEMOS=OFF -DBUILD_EXTRAS=OFF \ -DBUILD_CPU_DEMOS=OFF \ -DINSTALL_LIBS=ON \ - -DCMAKE_CXX_FLAGS_RELEASE="-O2 -pipe" \ - -DCMAKE_C_FLAGS_RELEASE="-O2 -pipe" \ + -DCMAKE_CXX_FLAGS_RELEASE="-O2 -pipe \ + -I${LOCALBASE}/include -I${X11BASE}/include" \ -DCMAKE_EXTRA_LINK_FLAGS="-pthread" NO_REGRESS = Yes + +WRKDIST = ${WRKDIR}/${PKGNAME} .include