From 41f778ba31397ede79e70f0645c853afd439b4fb Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 11 Sep 2009 21:57:40 +0000 Subject: - Add DESKTOP_ENTRY to bunch of ports - Mark some ports MAKE_JOBS_SAFE --- games/ri-li/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'games/ri-li/Makefile') diff --git a/games/ri-li/Makefile b/games/ri-li/Makefile index 154b16ef22e4..a807f510c827 100644 --- a/games/ri-li/Makefile +++ b/games/ri-li/Makefile @@ -19,9 +19,17 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl mixer +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags` -I${LOCALBASE}/include" +DESKTOP_ENTRIES="Ri-li" \ + "Drive a toy wood train in many levels - snake-like arcade game" \ + "${DATADIR}/Ri-li-icon-48x48.png" \ + "Ri_li" \ + "Game;ArcadeGame;" \ + false + post-patch: @${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs`|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/strcpy.*DefPath/ s|.*|strcpy(DefPath,"${DATADIR}/");|' ${WRKSRC}/src/main.cc -- cgit v1.2.3