diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-12 09:05:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-12 09:05:43 +0800 |
commit | 21dcf0bfbc20de538f4fe75512e1af123533b7df (patch) | |
tree | 69005d76ea0f3f2fc8980c1d5c6ba286c37f5393 /games | |
parent | c92bfe829d2a626445b0df2c71f2ffeb3023aa7b (diff) | |
download | freebsd-ports-gnome-21dcf0bfbc20de538f4fe75512e1af123533b7df.tar.gz freebsd-ports-gnome-21dcf0bfbc20de538f4fe75512e1af123533b7df.tar.zst freebsd-ports-gnome-21dcf0bfbc20de538f4fe75512e1af123533b7df.zip |
- Add DESKTOP_ENTRIES
Diffstat (limited to 'games')
-rw-r--r-- | games/mirrormagic/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
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 |