diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-11 21:57:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-09-11 21:57:40 +0000 |
commit | 41f778ba31397ede79e70f0645c853afd439b4fb (patch) | |
tree | c8bf4ed4f92ac6e22e4da669b18ec0e12d62b125 /games/wop | |
parent | 767960debff163320425110d5d4b5f6c89da4888 (diff) | |
download | ports-41f778ba31397ede79e70f0645c853afd439b4fb.tar.gz ports-41f778ba31397ede79e70f0645c853afd439b4fb.zip |
Notes
Diffstat (limited to 'games/wop')
-rw-r--r-- | games/wop/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/wop/Makefile b/games/wop/Makefile index eb82c59c5720..a025572b3e06 100644 --- a/games/wop/Makefile +++ b/games/wop/Makefile @@ -23,9 +23,16 @@ USE_BZIP2= yes USE_SDL= sdl net mixer ttf image USE_GMAKE= yes +MAKE_JOBS_SAFE= yes MAKE_ENV= "CXX=${CXX}" DATAVERSION= 2005-12-21 +DESKTOP_ENTRIES="Worms of Prey" \ + "Real-time Worms game" \ + "${DATADIR}/images/gui/wop32.png" \ + "wop" \ + "Game;ActionGame;" \ + false post-patch: @${REINPLACE_CMD} -e 's|__va_copy|va_copy|g' ${WRKSRC}/src/string.cpp |