1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/emulators/ppsspp-qt5/Makefile
Jan Beich ae13fdf158 emulators/ppsspp: update to 1.10
- LIBRETRO option is now libretro-ppsspp port

Changes:	https://ppsspp.org/#news
Changes:	https://github.com/hrydgard/ppsspp/compare/v1.9.4...v1.10
Reported by:	GitHub (watch releases)
2020-06-27 23:24:36 +00:00

13 lines
260 B
Makefile

# $FreeBSD$
PORTREVISION= 0
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"