aboutsummaryrefslogtreecommitdiff
path: root/games/crrcsim
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-09-11 21:57:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-09-11 21:57:40 +0000
commit41f778ba31397ede79e70f0645c853afd439b4fb (patch)
treec8bf4ed4f92ac6e22e4da669b18ec0e12d62b125 /games/crrcsim
parent767960debff163320425110d5d4b5f6c89da4888 (diff)
downloadports-41f778ba31397ede79e70f0645c853afd439b4fb.tar.gz
ports-41f778ba31397ede79e70f0645c853afd439b4fb.zip
- Add DESKTOP_ENTRY to bunch of ports
- Mark some ports MAKE_JOBS_SAFE
Notes
Notes: svn path=/head/; revision=241249
Diffstat (limited to 'games/crrcsim')
-rw-r--r--games/crrcsim/Makefile8
1 files changed, 8 insertions, 0 deletions
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)