diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-14 23:10:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-14 23:10:20 +0800 |
commit | e271d43e2bb42c8c70fee2e8d288f5e2fb8e3b6d (patch) | |
tree | 593e29166b5f5b31c8248f6ee821de0bddf8e460 /games/Makefile | |
parent | 0f46cd2ae83de11827cf31e8429f88625fd42fb2 (diff) | |
download | freebsd-ports-gnome-e271d43e2bb42c8c70fee2e8d288f5e2fb8e3b6d.tar.gz freebsd-ports-gnome-e271d43e2bb42c8c70fee2e8d288f5e2fb8e3b6d.tar.zst freebsd-ports-gnome-e271d43e2bb42c8c70fee2e8d288f5e2fb8e3b6d.zip |
- Add games/crashtest
Crashtest simulates car crashes. This is an educational tool that
can be used to acquire much insight into this complex process. The
user can learn about the relation between speed, reaction-time and
stopping distance. Also, many physical properties can be studied.
WWW: http://www.stolk.org/crashtest/
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 21544d5c8a2a..bc783f812138 100644 --- a/games/Makefile +++ b/games/Makefile @@ -167,6 +167,7 @@ SUBDIR += crafty-open-medium SUBDIR += crafty-tablebase-no-pawn SUBDIR += crafty-tablebase-pawn + SUBDIR += crashtest SUBDIR += cre SUBDIR += cretan-hubris SUBDIR += crimson |