diff options
author | lesi <lesi@FreeBSD.org> | 2005-07-25 10:11:13 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-07-25 10:11:13 +0800 |
commit | 5eeac2fc17d4e1440c72234e0c9efa09e6e7c9c2 (patch) | |
tree | d91a17f506f84f86ce9ff6e07b32693854a7d625 /games/Makefile | |
parent | 4cd074eaecc2a545b35268b52d674aea6a32d50c (diff) | |
download | freebsd-ports-gnome-5eeac2fc17d4e1440c72234e0c9efa09e6e7c9c2.tar.gz freebsd-ports-gnome-5eeac2fc17d4e1440c72234e0c9efa09e6e7c9c2.tar.zst freebsd-ports-gnome-5eeac2fc17d4e1440c72234e0c9efa09e6e7c9c2.zip |
Ruby interface to the exMARS Memory Array Redcode Simulator
Actually exMARS is a redcode simulator, just like exhaust and pMARS. In fact,
I have shamelessly taken sourcecode from pMARS, exhaust, some ideas from
qMars, a shot of optimizations, shook everything well, and garnished
everything with a high level interface for Ruby.
PR: ports/83920
Submitted by: Alejandro Pulver (alejandro at varnet.biz)
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 38f2d21f5228..beb461d24570 100644 --- a/games/Makefile +++ b/games/Makefile @@ -445,6 +445,7 @@ SUBDIR += rtcw SUBDIR += rtcw-paks SUBDIR += rubix + SUBDIR += ruby-exmars SUBDIR += sarien SUBDIR += scare SUBDIR += scid |