diff options
Diffstat (limited to 'games/slune')
-rw-r--r-- | games/slune/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/games/slune/Makefile b/games/slune/Makefile index 621dbf497e0a..d0bdaac35570 100644 --- a/games/slune/Makefile +++ b/games/slune/Makefile @@ -7,7 +7,7 @@ PORTNAME= slune PORTVERSION= 1.0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games python MASTER_SITES= http://download.gna.org/slune/ DISTNAME= Slune-${PORTVERSION} @@ -33,6 +33,13 @@ USE_SDL= sdl mixer PYDISTUTILS_PKGNAME= Slune PYDISTUTILS_EGGINFODIR= ${PREFIX}/share +DESKTOP_ENTRIES= "Slune" \ + "3D racing game" \ + "${DATADIR}/images/slune.48.png" \ + "slune" \ + "Game;ArcadeGame;" \ + false + post-extract: .for FILE in slune.po.orig slune.po.rej @${RM} ${WRKSRC}/locale/es/LC_MESSAGES/${FILE} |