aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/ppsspp
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-10-09 08:58:24 +0800
committerjbeich <jbeich@FreeBSD.org>2017-10-09 08:58:24 +0800
commitb0707641a9ddd1c8537e671b2a9850fa636019d4 (patch)
treed533dd3d51aa0fb288b8d4a07f5cee04baab6a47 /emulators/ppsspp
parenta782b09b0b0e5734d9ac0eebfecc0c3367f74cf6 (diff)
downloadfreebsd-ports-gnome-b0707641a9ddd1c8537e671b2a9850fa636019d4.tar.gz
freebsd-ports-gnome-b0707641a9ddd1c8537e671b2a9850fa636019d4.tar.zst
freebsd-ports-gnome-b0707641a9ddd1c8537e671b2a9850fa636019d4.zip
emulators/ppsspp-devel: update to 1.4.2.473
Changes: https://github.com/hrydgard/ppsspp/compare/11f8bcc8a...bb1f65118
Diffstat (limited to 'emulators/ppsspp')
-rw-r--r--emulators/ppsspp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index 9102811c9f34..6b60965d0df9 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -51,14 +51,18 @@ DESKTOP_ENTRIES="PPSSPP" \
"Game;Emulator;" \
""
+.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX:N*-devel}
OPTIONS_DEFINE= OLDJOY
+.endif
OPTIONS_SINGLE= GUI
OPTIONS_SINGLE_GUI= QT5 SDL
OPTIONS_SLAVE?= SDL
OPTIONS_EXCLUDE:= ${OPTIONS_SINGLE_GUI}
+.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX:N*-devel}
OLDJOY_DESC= Old joystick support with fixed button mappings (deprecated)
OLDJOY_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old-joy
+.endif
QT5_USE= QT5=qmake_build,buildtools_build,linguisttools_build,gui,opengl,widgets
QT5_CMAKE_BOOL= USING_QT_UI
QT5_VARS= EXENAME=PPSSPPQt