diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-11-15 19:09:01 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-11-15 19:09:01 +0000 |
commit | 1e8df588f6019bef51a904fb28970ffeb32931dc (patch) | |
tree | 1702981df1fbe35bde07f0c9baa6405dc6790912 /games/Makefile | |
parent | 238cbd70bece529298e330463558d6602e131f75 (diff) | |
download | ports-1e8df588f6019bef51a904fb28970ffeb32931dc.tar.gz ports-1e8df588f6019bef51a904fb28970ffeb32931dc.zip |
New port: games/libretro-cores
This is the core pack for RetroArch. Mostly these cores are
intended for playing/interpreting the retrogames. They are for the
most part distributed by the Libretro organization, and are usually
licensed under GPL.
WWW: http://www.libretro.com/
PR: 204452
Submitted by: yuri@rawbw.com
Notes
Notes:
svn path=/head/; revision=401723
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 6bb8ad8cb856..72c981a5a349 100644 --- a/games/Makefile +++ b/games/Makefile @@ -518,6 +518,7 @@ SUBDIR += libkmahjongg SUBDIR += libmaitretarot SUBDIR += libmt_client + SUBDIR += libretro-cores SUBDIR += libshhcards SUBDIR += lightsoff SUBDIR += lincity |