diff options
author | Lars Engels <lme@FreeBSD.org> | 2012-05-23 20:37:04 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2012-05-23 20:37:04 +0000 |
commit | 5585a92b457d32e8356fb9908e8614a5795c882c (patch) | |
tree | bbe0287b8d992c0073982c837ebf84225cfa0934 /games | |
parent | 45f4f67f8f032dc6c7157e5149b40cd7ecf38af5 (diff) | |
download | ports-5585a92b457d32e8356fb9908e8614a5795c882c.tar.gz ports-5585a92b457d32e8356fb9908e8614a5795c882c.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm/Makefile | 11 |
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 |