summaryrefslogtreecommitdiff
path: root/games/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-06-29 13:04:14 +0000
committernia <nia@pkgsrc.org>2020-06-29 13:04:14 +0000
commitaaa5a707bca9d8bcd288f639b0663fe52bb996ca (patch)
tree42b0d4a64620ce522c00e4f6a1ae00b456d10c75 /games/Makefile
parent0c9adf8c95c6521d58247a5e652c9170135c6d7c (diff)
downloadpkgsrc-aaa5a707bca9d8bcd288f639b0663fe52bb996ca.tar.gz
games: Add love11. Based on work by myself and cfkoch in wip
LOVE is a framework for making 2D games in the Lua programming language. LOVE is totally free, and can be used in anything from friendly open-source hobby projects, to evil, closed-source commercial ones.
Diffstat (limited to 'games/Makefile')
-rw-r--r--games/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile
index e8f702de4e3..2f7878b7fab 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.490 2020/05/21 08:42:57 plunky Exp $
+# $NetBSD: Makefile,v 1.491 2020/06/29 13:04:14 nia Exp $
#
COMMENT= Games
@@ -262,6 +262,7 @@ SUBDIR+= love010
SUBDIR+= love07
SUBDIR+= love08
SUBDIR+= love09
+SUBDIR+= love11
SUBDIR+= lpairs
SUBDIR+= lskat
SUBDIR+= ltris