freebsd-ports/emulators/ppsspp-qt5/Makefile
Kevin Reinholz 29fccbe5a0 emulators/ppsspp: Update to 1.18.1
* Use to multimedia/ffmpeg3 for compatibility and stability
* Submitter becomes maintainer

Changelog: https://www.ppsspp.org/news/release-1.18/

Reset PORTREVISION for slave ports, emulators/libretro-ppsspp and
emulators/ppsspp-qt5

PR:		282792
2024-12-04 21:26:43 +01:00

9 lines
233 B
Makefile

PKGNAMESUFFIX= -qt5
MASTERDIR= ${.CURDIR}/../ppsspp
# XXX No VULKAN per https://github.com/hrydgard/ppsspp/blob/v1.10/Qt/QtMain.cpp#L711-L712
OPTIONS_EXCLUDE= ${OPTIONS_DEFINE}
OPTIONS_SLAVE= QT5
.include "${MASTERDIR}/Makefile"