aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2010-08-20 05:24:10 +0800
committerrene <rene@FreeBSD.org>2010-08-20 05:24:10 +0800
commitdf26d8fbc574541a62ea26217db91cb162a18bc5 (patch)
tree6ba74648bc978b449035117628112e74097efc5f /games
parent854c9d0a29d4488c8066f650bef98182d55128a3 (diff)
downloadfreebsd-ports-gnome-df26d8fbc574541a62ea26217db91cb162a18bc5.tar.gz
freebsd-ports-gnome-df26d8fbc574541a62ea26217db91cb162a18bc5.tar.zst
freebsd-ports-gnome-df26d8fbc574541a62ea26217db91cb162a18bc5.zip
- Add desktop entry
- Bump PORTREVISION PR: ports/149814 Submitted by: makc
Diffstat (limited to 'games')
-rw-r--r--games/torcs/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index a1b5ad91658c..f95cf8352a5b 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= torcs
DISTVERSION= 1.3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/all-in-one/${PORTVERSION}
@@ -51,6 +51,13 @@ BASH2FIX= src/linux/torcs.in src/tools/accc/accc.in \
src/modules/telemetry/telemetry.sh robotgen Make-default.mk \
data/tracks/road/ole-road-1/generate.sh
+DESKTOP_ENTRIES= "TORCS" \
+ "The Open Racing Car Simulator" \
+ "${INSTDIR}/Ticon.png" \
+ "torcs" \
+ "Game;Simulation;" \
+ false
+
.include <bsd.port.pre.mk>
.if defined(WITH_FREEGLUT)