diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-20 15:32:38 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-20 15:32:38 +0800 |
commit | 313c20d3b7c21ab3c8ecd82e3972a5a7aa35664e (patch) | |
tree | 9311538bec9097ccf428bf9d6a420ce3a2660631 /games/Makefile | |
parent | a4666d993930bb1fb35453e6260f9bd680b14e25 (diff) | |
download | freebsd-ports-gnome-313c20d3b7c21ab3c8ecd82e3972a5a7aa35664e.tar.gz freebsd-ports-gnome-313c20d3b7c21ab3c8ecd82e3972a5a7aa35664e.tar.zst freebsd-ports-gnome-313c20d3b7c21ab3c8ecd82e3972a5a7aa35664e.zip |
Add lbreakout - a SDL-based clone of classical Breakout game.
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 f1df23d31fd8..c39aabf398b1 100644 --- a/games/Makefile +++ b/games/Makefile @@ -107,6 +107,7 @@ SUBDIR += krubik SUBDIR += ktamaga SUBDIR += ladder + SUBDIR += lbreakout SUBDIR += libshhcards SUBDIR += lincity SUBDIR += linuxdoom |