forked from Lainports/freebsd-ports
* 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
9 lines
233 B
Makefile
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"
|