=================================================================== RCS file: /cvs/ports/games/vdrift/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/games/vdrift/Attic/Makefile 2009/09/10 07:15:23 1.1 +++ ports/games/vdrift/Attic/Makefile 2009/09/16 16:00:18 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2009/09/10 06:15:23 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2009/09/16 15:00:18 yason Exp $ #ONLY_FOR_ARCHS = ??? #NOT_FOR_ARCHS = ??? #SHARED_ONLY = ??? @@ -32,15 +32,18 @@ MODULES = devel/scons MODSCONS_FLAGS += release=1 \ - prefix=${PREFIX} -#CPPPATH='${PREFIX}/include', '${X11BASE}/include' -# LIBPATH='${PREFIX}/lib', '${X11BASE}/lib' -MODSCONS_ENV = CCFLAGS="${CFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" + NLS=1 +# prefix=${PREFIX} \ #BUILD_DEPENDS = ??? #RUN_DEPENDS = ??? -LIB_DEPENDS = ::graphics/glew +LIB_DEPENDS = ::audio/libvorbis \ + ::devel/boost \ + ::devel/sdl \ + ::devel/sdl-gfx \ + ::devel/sdl-image \ + ::devel/sdl-net \ + ::graphics/glew #REGRESS_DEPENDS = ??? @@ -67,6 +70,8 @@ @perl -pi -e 's|Options|Variables|g' \ ${WRKSRC}/SConstruct @perl -pi -e 's|BoolOption|BoolVariable|g' \ + ${WRKSRC}/SConstruct + @perl -pi -e 's|O1|O2|g' \ ${WRKSRC}/SConstruct .include