diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-10-10 20:15:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-10-10 20:15:36 +0000 |
commit | 41265131e5a90e0cbfcbafd309b19f0e18dc0bf6 (patch) | |
tree | ac4c869f431a203c8457fa02ee23f877eb26c885 /emulators/citra-qt5 | |
parent | c0653a7ac0a42589db2467addead5dd83258c005 (diff) |
Notes
Diffstat (limited to 'emulators/citra-qt5')
-rw-r--r-- | emulators/citra-qt5/Makefile | 10 |
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" |