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/crrcsim/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'games/crrcsim') diff --git a/games/crrcsim/Makefile b/games/crrcsim/Makefile index fe542d6a4bf9..e6ac5fc040c7 100644 --- a/games/crrcsim/Makefile +++ b/games/crrcsim/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl USE_GL= gl glu +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib/portaudio2 -L${LOCALBASE}/lib"\ CPPFLAGS="-I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include" @@ -30,6 +31,13 @@ PORTDOCS= * MAN1= crrcsim.1 +DESKTOP_ENTRIES="CRRCsim" \ + "Model-airplane flight simulation program" \ + "${DATADIR}/icons/crrcsim.png" \ + "crrcsim" \ + "Game;Simulation;" \ + false + post-patch: @${REINPLACE_CMD} -e '/portaudio/ s|==|=|' ${WRKSRC}/configure .if defined(NOPORTDOCS) -- cgit v1.2.3