summaryrefslogtreecommitdiffstats
path: root/warp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-281-5/+5
|
* Get all the games compiling for iOSCameron Katri2021-02-221-40/+31
|
* Comment out debugging build (it still randomly crashes though) pointed outchristos2020-11-111-2/+2
| | | by wiz
* no need for -lcompatchristos2020-11-111-16/+4
|
* - use termioschristos2020-11-111-1/+4
| | | | - enable setgid games - enable savedir
* Integrate Warp Kit into the NetBSD buildkamil2020-11-101-49/+67
| | | Fix the build and make it install and run with minimal required changes.
* Add Warp Kit, Version 7.0 by Larry Wallkamil2020-11-091-0/+61
Warp is a real-time space war game that doesn't get boring very quickly. Read warp.doc and the manual page for more information. games/warp originally distributed with 4.3BSD-Reno, is back to the BSD world via NetBSD. Its remnants were still mentioned in games/Makefile. Larry Wall, the original author and the copyright holder, generously donated the game and copyright to The NetBSD Foundation, Inc. Import the game sources as-is from 4.3BSD-Reno, with the cession of the copyright and license to BSD-2-clause NetBSD-style. Signed-off-by: Larry Wall <larry@wall.org> Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>