mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
34a5259f51
Changes: https://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.11.3...v1.12 Reported by: GitHub (watch releases)
11 lines
247 B
Makefile
11 lines
247 B
Makefile
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"
|