diff options
author | nia <nia@pkgsrc.org> | 2018-08-11 00:48:50 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-08-11 00:48:50 +0000 |
commit | fbfe97a54c5b1dc2fa9d133c145c1c43d94ece23 (patch) | |
tree | 2764ac586dfa924697f3753dda9a5a4bb2782659 /games/Makefile | |
parent | ed919126d42178cfce1a45edd337b5b3254e81cf (diff) | |
download | pkgsrc-fbfe97a54c5b1dc2fa9d133c145c1c43d94ece23.tar.gz |
games/libretro-craft: Import libretro-craft-20180803
Libretro is a simple but powerful development interface that allows for
the easy creation of emulators, games and multimedia applications that
can plug straight into any libretro-compatible frontend. This development
interface is open to others so that they can run these pluggable emulator
and game cores also in their own programs or devices.
Craft is a Minecraft clone. It's just a few thousand lines of C and uses
modern OpenGL (shaders).
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 7dfac7bfb68..e2276d2d4da 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.416 2018/07/13 17:28:46 adam Exp $ +# $NetBSD: Makefile,v 1.417 2018/08/11 00:48:50 nia Exp $ # COMMENT= Games @@ -223,6 +223,7 @@ SUBDIR+= lgogdownloader SUBDIR+= libggz SUBDIR+= libkdegames SUBDIR+= libkmahjongg +SUBDIR+= libretro-craft SUBDIR+= lincity SUBDIR+= lincity-ng SUBDIR+= liquidwar |