aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/ppsspp
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-06-20 05:56:45 +0800
committerjbeich <jbeich@FreeBSD.org>2015-06-20 05:56:45 +0800
commitd0ffaa0b4b30d80293917fd97153b2b0fb979f75 (patch)
tree72dbe1de9b560e5442ea46eb951021f7eaf46c6f /emulators/ppsspp
parent1ae62a8627d1faaee4250164c4d077d155b3dee8 (diff)
downloadfreebsd-ports-gnome-d0ffaa0b4b30d80293917fd97153b2b0fb979f75.tar.gz
freebsd-ports-gnome-d0ffaa0b4b30d80293917fd97153b2b0fb979f75.tar.zst
freebsd-ports-gnome-d0ffaa0b4b30d80293917fd97153b2b0fb979f75.zip
emulators/ppsspp-devel: update to 1.0.1.600
Changes: https://github.com/hrydgard/ppsspp/compare/8ec4850...c27e634
Diffstat (limited to 'emulators/ppsspp')
-rw-r--r--emulators/ppsspp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index 6d5cdbe28c2c..5e3253621629 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -6,8 +6,10 @@ DISTVERSION?= 1.0.1
PORTREVISION?= 3
CATEGORIES= emulators
+.ifndef PKGNAMESUFFIX
PATCH_SITES= https://projects.archlinux.org/svntogit/community.git/plain/trunk/
PATCHFILES= ${PORTNAME}-ffmpeg.patch?id=f2b9251:-p1
+.endif
MAINTAINER= jbeich@FreeBSD.org
COMMENT= PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS
@@ -27,6 +29,7 @@ CONFLICTS_INSTALL?= ${PORTNAME}-devel-[0-9]*
USES= compiler:c++11-lib pkgconfig
USE_GL= glu
USE_SDL= sdl2 # joystick
+CMAKE_ARGS= -DUSE_SYSTEM_FFMPEG=on
QMAKE_SOURCE_PATH= ${WRKSRC}/Qt/PPSSPPQt.pro
QMAKE_ARGS= CONFIG+="system_ffmpeg" LREL_TOOL="${LRELEASE}"
NINJA_VERBOSE= yes