diff options
Diffstat (limited to 'games/meritous/Makefile')
-rw-r--r-- | games/meritous/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/meritous/Makefile b/games/meritous/Makefile index 43ab24c74ac8..aa4870990531 100644 --- a/games/meritous/Makefile +++ b/games/meritous/Makefile @@ -25,6 +25,13 @@ MAKE_JOBS_SAFE= yes PORTDOCS= * +DESKTOP_ENTRIES="Meritous" \ + "Action-adventure dungeon crawl game" \ + "${DATADIR}/i/icon.png" \ + "meritous" \ + "Game;ActionGame;AdventureGame;" \ + false + post-patch: @${REINPLACE_CMD} -e 's|dat/|${DATADIR}/|' ${WRKSRC}/src/*.c |