Commit graph

5 commits

Author SHA1 Message Date
nia
e3451cd85e games: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:43:43 +00:00
nia
9cd4d06302 games: Remove SHA1 hashes for distfiles 2021-10-07 14:07:10 +00:00
joerg
04685c9f8e Also specify the directory for ld itself to check for libX11. 2016-06-19 23:02:06 +00:00
kamil
10db1c2eaf Improve style of games/pmars/Makefile
BUILD_DIRS=            src

is equivalent to:

BUILD_MAKE_FLAGS+=     -C src



"${COMPILER_RPATH_FLAG}${X11BASE}/lib"

is preferred over:

-Wl,-rpath,${BUILDLINK_PREFIX.libX11}/lib


No functional change (on NetBSD).

Pointed out by <joerg>
2016-06-11 21:23:28 +00:00
kamil
c8c39aa791 Import pmars-0.9.2 as games/pmars
Core War is a game in which two or more virus-like programs fight against
each other in a simulated memory space or core.

Core War programs are written in an assembly language called Redcode which is
interpreted by a Core War simulator or MARS (Memory Array Redcode Simulator).

The object of the game is to prevent the other program(s) from executing.
2016-06-11 18:41:56 +00:00