diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-01 21:39:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-01 21:39:02 +0800 |
commit | 9c44d4e5ee2302ae73eb5dcb944988e5222fc761 (patch) | |
tree | bc4777cff3edea0b2271893ec4191882ae1abb3d /games/Makefile | |
parent | 346b4ceb6b16ef894eac7df5525867bdf85af0d8 (diff) | |
download | freebsd-ports-gnome-9c44d4e5ee2302ae73eb5dcb944988e5222fc761.tar.gz freebsd-ports-gnome-9c44d4e5ee2302ae73eb5dcb944988e5222fc761.tar.zst freebsd-ports-gnome-9c44d4e5ee2302ae73eb5dcb944988e5222fc761.zip |
LOVE is an open-source 2D game engine which uses the versatile Lua
scripting language to create dynamic gaming experiences. It relies
on OpenGL graphics and the SDL interface library to allow for
cross-platform implementation and is an all-encompassing gaming
environment for the development and enjoyment of 2D games.
WWW: http://www.love2d.org/
Approved by: miwi (mentor implicit)
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 3e091fff3115..cad79c44d4a2 100644 --- a/games/Makefile +++ b/games/Makefile @@ -468,6 +468,7 @@ SUBDIR += lmarbles SUBDIR += lmpc SUBDIR += lordsawar + SUBDIR += love SUBDIR += ltris SUBDIR += lucidlife SUBDIR += luola |