mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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]
This commit is contained in:
parent
45f4f67f8f
commit
5585a92b45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297302
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user