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/xmoto/Makefile | |
parent | - Update to 0.4 (diff) |
- Add DESKTOP_ENTRY to bunch of ports
- Mark some ports MAKE_JOBS_SAFE
Notes
Notes:
svn path=/head/; revision=241249
Diffstat (limited to 'games/xmoto/Makefile')
-rw-r--r-- | games/xmoto/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index e81f9c50a8f7..90a9d48cf492 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -43,6 +43,13 @@ OPTIONS= ASIAN_TTF "Use asian TTF font" off MAN6= xmoto.6 +DESKTOP_ENTRIES="XMoto" \ + "Motorcross game" \ + "${DATADIR}/xmoto_icone_x.ico" \ + "xmoto" \ + "Game;SportsGame;ArcadeGame;" \ + false + .include <bsd.port.pre.mk> .if defined(WITH_ASIAN_TTF) |