summaryrefslogtreecommitdiff
path: root/games/pmars
AgeCommit message (Collapse)AuthorFilesLines
2016-06-19Also specify the directory for ld itself to check for libX11.joerg1-2/+2
2016-06-11Improve style of games/pmars/Makefilekamil1-3/+3
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-11Import pmars-0.9.2 as games/pmarskamil9-0/+185
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.