From c825851c5052ce268752d55a4d2b4187ec6c1de5 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 12 May 2014 01:05:43 +0000 Subject: [PATCH] - Add DESKTOP_ENTRIES --- games/mirrormagic/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index bdb261d5f91b..ee82a4669326 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -3,7 +3,7 @@ PORTNAME= mirrormagic PORTVERSION= 2.0.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/mirrormagic/ \ http://mirror.amdmi3.ru/distfiles/ @@ -27,6 +27,13 @@ SCOREDIR= /var/games/${PORTNAME} SUB_FILES= pkg-deinstall pkg-install SUB_LIST= SCOREDIR="${SCOREDIR}" +DESKTOP_ENTRIES="Mirror Magic" \ + "" \ + "" \ + "${PORTNAME}" \ + "Game;LogicGame;" \ + "" + OPTIONS_DEFINE= SDL OPTIONS_DEFAULT=SDL