Variations on Rockdodger (VoR) is a fork of Paul Holt's little gem Rock Dodger, which has now accumulated enough differences to be worth releasing on its own. The premise is simple: dodge the rocks until you die. No shields, no weapons, no bonus lives, just pure rockdodgin' fun for your spare moments. VoR has ray-traced rocks, a free-scrolling screen, and "real" physics for your ship. Warning: this game is, if anything, harder than the original. It is intended to be a quickie game to kill a few spare moments here and there, not an epic space adventure. WWW: http://herkamire.com/jason/vor - Dmitry Marakasov <amdmi3@mail.ru>
Sorry, that was my first port, so here's patch to Makefile with some changes I forgot to include when submitting PR. --- Makefile.patch begins here --- --- Makefile Thu Sep 8 01:59:15 2005 +++ Makefile Wed Sep 7 22:18:18 2005 @@ -10,7 +10,7 @@ CATEGORIES= games MASTER_SITES= http://qualdan.com/vor/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@mail.ru COMMENT= Dodge the rocks until you die BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone @@ -24,9 +24,9 @@ .for file in main.c shape.h sound.h @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/${file} .endfor - ${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's|^\(my_objects.*\)$$|\1 ${LOCALBASE}/lib/libargp.a|' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's|/usr/share/vor|${PREFIX}/share/vor|g' ${WRKSRC}/config.h + @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|^\(my_objects.*\)$$|\1 ${LOCALBASE}/lib/libargp.a|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|/usr/share/vor|${PREFIX}/share/vor|g' ${WRKSRC}/config.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vor ${PREFIX}/bin --- Makefile.patch ends here --- -- Best regards, Dmitry mailto:amdmi3@mail.ru
State Changed From-To: open->closed New port added, thank you!