blob: d90fd316578a7a99e6e8d324373fe44ec18ecfee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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"
|