diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-02 18:18:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-02 18:18:19 +0800 |
commit | 4d198d7789f66faea724cf866809739542d47365 (patch) | |
tree | e4e1ba143903fce83108099a0f38a77dc0ea3b1b /games/Makefile | |
parent | a035260c84f0e05490e46b67d26a41a5540808e6 (diff) | |
download | freebsd-ports-graphics-4d198d7789f66faea724cf866809739542d47365.tar.gz freebsd-ports-graphics-4d198d7789f66faea724cf866809739542d47365.tar.zst freebsd-ports-graphics-4d198d7789f66faea724cf866809739542d47365.zip |
New port: games/tetris, taken from OpenBSD's base
This is a textual version of Tetris. OpenBSD took it from
NetBSD.
PR: ports/50535
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
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 e2b37a7b82d..ed289104d53 100644 --- a/games/Makefile +++ b/games/Makefile @@ -313,6 +313,7 @@ SUBDIR += teg SUBDIR += tetrinet SUBDIR += tetrinet-x + SUBDIR += tetris SUBDIR += textmaze SUBDIR += tileworld SUBDIR += tinymux |