From fa83301131663e2433cad4aee0e52a64f72ad5c0 Mon Sep 17 00:00:00 2001 From: lme Date: Wed, 23 May 2012 20:37:04 +0000 Subject: - Add a desktop entry [1] - Chase fluidsynth shared library change [2] - Bump PORTREVISION PR: ports/166721 [1], ports/163751 [2] Submitted by: Hardy Schumacher [1], Bartosz Fabianowski [2] --- games/scummvm/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'games/scummvm') 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 -- cgit