=================================================================== RCS file: /cvs/ports/games/naev/base/Attic/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -r1.1.1.1 -r1.1.1.2 --- ports/games/naev/base/Attic/Makefile 2011/06/14 16:56:32 1.1.1.1 +++ ports/games/naev/base/Attic/Makefile 2011/06/30 05:16:02 1.1.1.2 @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2011/06/14 16:56:32 yason Exp $ -#SHARED_ONLY = ??? +# $OpenBSD: Makefile,v 1.1.1.2 2011/06/30 05:16:02 yason Exp $ COMMENT = 2D space trading and combat game @@ -18,30 +17,20 @@ RUN_DEPENDS = devel/desktop-file-utils \ games/naev/data -LIB_DEPENDS = audio/openal \ - devel/sdl-mixer \ +LIB_DEPENDS = devel/sdl-mixer \ graphics/png \ lang/lua \ textproc/libxml -#REGRESS_DEPENDS = ??? -#MAKE_FLAGS = ??? -#MAKE_ENV = ??? -#FAKE_FLAGS = ??? -#REGRESS_FLAGS = ??? - CONFIGURE_STYLE = gnu CONFIGURE_ARGS += --disable-shave \ + --enable-debug=no \ --enable-lua=shared \ --without-openal CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" -#REGRESS_IS_INTERACTIVE = Yes - -#NO_REGRESS = Yes - -#REGRESS_TARGET = ??? +NO_REGRESS = Yes .include