diff options
author | swills <swills@FreeBSD.org> | 2014-08-15 21:42:26 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-08-15 21:42:26 +0800 |
commit | 95edf085b2d3f9df0c8c6c9d23f4cd4efeab1339 (patch) | |
tree | 55693a2cc685808c26d21b06942e1dc796b60118 /games/Makefile | |
parent | 528fd45d56255257e2f1e919720d7cc2c5edb2c4 (diff) | |
download | freebsd-ports-gnome-95edf085b2d3f9df0c8c6c9d23f4cd4efeab1339.tar.gz freebsd-ports-gnome-95edf085b2d3f9df0c8c6c9d23f4cd4efeab1339.tar.zst freebsd-ports-gnome-95edf085b2d3f9df0c8c6c9d23f4cd4efeab1339.zip |
games/2048: Add a port for command line version of 2048
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 05f3d07660e0..9565b3f8a3b0 100644 --- a/games/Makefile +++ b/games/Makefile @@ -5,6 +5,7 @@ SUBDIR += 0ad SUBDIR += 0verkill + SUBDIR += 2048 SUBDIR += 3dc SUBDIR += 3dpong SUBDIR += 3omns |