summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authoragc <agc>1997-11-26 12:45:38 +0000
committeragc <agc>1997-11-26 12:45:38 +0000
commit5e848cac9d9cfd4ec08e15f6914d13f9ade7b935 (patch)
treecba26f4824dd301978951e76e8dfcc2a5992d119 /games
parent15b0acc367bd2ae218c2993ac8afd1e772be5cc8 (diff)
downloadpkgsrc-5e848cac9d9cfd4ec08e15f6914d13f9ade7b935.tar.gz
Initial import of a games Makefile, from FreeBSD, into NetBSD packages
collection. This is really just a placeholder at the moment.
Diffstat (limited to 'games')
-rw-r--r--games/Makefile98
1 files changed, 98 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
new file mode 100644
index 00000000000..a7169f99b73
--- /dev/null
+++ b/games/Makefile
@@ -0,0 +1,98 @@
+# FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp
+#
+
+ SUBDIR += acm
+ SUBDIR += agm
+ SUBDIR += an
+ SUBDIR += angband
+ SUBDIR += block
+ SUBDIR += blue
+ SUBDIR += bs
+ SUBDIR += cgoban
+ SUBDIR += connect4
+ SUBDIR += cosmo
+ SUBDIR += crossfire
+ SUBDIR += dontspace
+ SUBDIR += doom
+ SUBDIR += empire
+ SUBDIR += flying
+ SUBDIR += freeciv
+ SUBDIR += galaxis
+ SUBDIR += gnuchess
+ SUBDIR += gnugo
+ SUBDIR += gnushogi
+ SUBDIR += golddig
+ SUBDIR += imaze
+ SUBDIR += jetpack
+ SUBDIR += klondike
+ SUBDIR += lincity
+ SUBDIR += nethack
+ SUBDIR += nethack-qt
+ SUBDIR += netris
+ SUBDIR += oneko
+ SUBDIR += oonsoo
+ SUBDIR += qcc
+ SUBDIR += quakeserver
+ SUBDIR += sokoban
+ SUBDIR += spider
+ SUBDIR += starlanes
+ SUBDIR += tksol
+ SUBDIR += xasteroids
+ SUBDIR += xbat
+ SUBDIR += xbattle
+ SUBDIR += xbill
+ SUBDIR += xbl
+ SUBDIR += xblackjack
+ SUBDIR += xblast
+ SUBDIR += xboard
+ SUBDIR += xboing
+ SUBDIR += xchomp
+ SUBDIR += xcubes
+ SUBDIR += xdeblock
+ SUBDIR += xdino
+ SUBDIR += xemeraldia
+ SUBDIR += xevil
+ SUBDIR += xeyesplus
+ SUBDIR += xfrisk
+ SUBDIR += xgalaga
+ SUBDIR += xgammon
+ SUBDIR += xgolgo
+ SUBDIR += xinvaders
+ SUBDIR += xjewel
+ SUBDIR += xkobo
+ SUBDIR += xlife
+ SUBDIR += xmahjongg
+ SUBDIR += xmille
+ SUBDIR += xmine
+ SUBDIR += xminehunter
+ SUBDIR += xminesweep
+ SUBDIR += xmj
+ SUBDIR += xmris
+ SUBDIR += xneko
+ SUBDIR += xonix
+ SUBDIR += xpacman
+ SUBDIR += xpat2
+ SUBDIR += xpilot
+ SUBDIR += xpipeman
+ SUBDIR += xpuyo
+ SUBDIR += xpuzzletama
+ SUBDIR += xripple
+ SUBDIR += xrisk
+ SUBDIR += xroach
+ SUBDIR += xrobots
+ SUBDIR += xrubik
+ SUBDIR += xscrabble
+ SUBDIR += xshisen
+ SUBDIR += xshogi
+ SUBDIR += xskat
+ SUBDIR += xsokoban
+ SUBDIR += xsol
+ SUBDIR += xsoldier
+ SUBDIR += xspringies
+ SUBDIR += xtic
+ SUBDIR += xtriangles
+ SUBDIR += yahtzee
+ SUBDIR += yamsweeper
+ SUBDIR += ztrack
+
+.include <bsd.port.subdir.mk>