aboutsummaryrefslogtreecommitdiff
path: root/emulators/citra-qt5
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-10-10 20:15:36 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-10-10 20:15:36 +0000
commit41265131e5a90e0cbfcbafd309b19f0e18dc0bf6 (patch)
treeac4c869f431a203c8457fa02ee23f877eb26c885 /emulators/citra-qt5
parentc0653a7ac0a42589db2467addead5dd83258c005 (diff)
downloadports-41265131e5a90e0cbfcbafd309b19f0e18dc0bf6.tar.gz
ports-41265131e5a90e0cbfcbafd309b19f0e18dc0bf6.zip
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
Notes
Notes: svn path=/head/; revision=423700
Diffstat (limited to 'emulators/citra-qt5')
-rw-r--r--emulators/citra-qt5/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/citra-qt5/Makefile b/emulators/citra-qt5/Makefile
new file mode 100644
index 000000000000..690002e635c2
--- /dev/null
+++ b/emulators/citra-qt5/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PORTREVISION= 0
+PKGNAMESUFFIX= -qt5
+
+MASTERDIR= ${.CURDIR}/../citra
+
+OPTIONS_SLAVE= QT5
+
+.include "${MASTERDIR}/Makefile"