ports/emulators/ppsspp-qt5/Makefile
Jan Beich 2896515d22 emulators/ppsspp: unbundle net/miniupnpc after 30529d6094
PPSSPP fork appears to be miniupnpc_2_2_2-6-g3a87be3 snapshot,
thus a subset of system version after 529426676b.

https://github.com/hrydgard/ppsspp/commit/521b04452efc
2023-09-25 15:28:39 +02:00

10 lines
247 B
Makefile

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