aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2012-05-24 04:37:04 +0800
committerlme <lme@FreeBSD.org>2012-05-24 04:37:04 +0800
commitfa83301131663e2433cad4aee0e52a64f72ad5c0 (patch)
tree9015ceceb3a6277b2d5d71806e2cfed7eb87f97a /games
parent4918bf050c1b82544b23f2e6fe096107cd96b6e8 (diff)
downloadfreebsd-ports-gnome-fa83301131663e2433cad4aee0e52a64f72ad5c0.tar.gz
freebsd-ports-gnome-fa83301131663e2433cad4aee0e52a64f72ad5c0.tar.zst
freebsd-ports-gnome-fa83301131663e2433cad4aee0e52a64f72ad5c0.zip
- Add a desktop entry [1]
- Chase fluidsynth shared library change [2] - Bump PORTREVISION PR: ports/166721 [1], ports/163751 [2] Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> [1], Bartosz Fabianowski <freebsd@chillt.de> [2]
Diffstat (limited to 'games')
-rw-r--r--games/scummvm/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index c1e724eaa3df..7edb2d0636af 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= scummvm
DISTVERSION= 1.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games emulators
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION}
@@ -49,6 +49,13 @@ ENGINEDATA= drascula.dat \
toon.dat \
teenagent.dat
+DESKTOP_ENTRIES="ScummVM" \
+ "ScummVM - Run classic adventure games" \
+ "${DATADIR}/scummvm.svg" \
+ "scummvm" \
+ "Application;Game;" \
+ false
+
PLIST_FILES= bin/scummvm \
%%DATADIR%%/scummvm.svg \
%%DATADIR%%/scummmodern.zip \
@@ -82,7 +89,7 @@ CONFIGURE_ARGS+=--disable-flac
.endif
.if defined(WITH_FLUIDSYNTH)
-LIB_DEPENDS+= fluidsynth.4:${PORTSDIR}/audio/fluidsynth
+LIB_DEPENDS+= fluidsynth.1:${PORTSDIR}/audio/fluidsynth
CONFIGURE_ARGS+=--with-fluidsynth-prefix=${LOCALBASE}
.else
CONFIGURE_ARGS+=--disable-fluidsynth