freebsd-ports/emulators/citra-qt5/Makefile
Jan Beich 41265131e5 emulators/citra: add new port
Citra is an experimental open-source Nintendo 3DS emulator/debugger
written in C++. It is written with portability in mind, with builds
actively maintained for Windows, Linux and OS X. Citra only emulates a
subset of 3DS hardware, and therefore is generally only useful for
running/debugging homebrew applications. At this time, Citra is even
able to boot several commercial games! Most of these do not run to a
playable state, but we are working every day to advance the project
forward.

https://citra-emu.org
2016-10-10 20:15:36 +00:00

10 lines
135 B
Makefile

# $FreeBSD$
PORTREVISION= 0
PKGNAMESUFFIX= -qt5
MASTERDIR= ${.CURDIR}/../citra
OPTIONS_SLAVE= QT5
.include "${MASTERDIR}/Makefile"