blob: 88220f454b6666712596423dfd43f82533a20c30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
|
# $Id: Makefile,v 1.161 1998/08/10 08:00:47 tg Exp $
#
SUBDIR += 3dc
SUBDIR += 3dpong
SUBDIR += KnightCap
SUBDIR += acm
SUBDIR += affenspiel
SUBDIR += agm
SUBDIR += an
SUBDIR += angband
SUBDIR += awele
SUBDIR += battalion
SUBDIR += blackjack
SUBDIR += block
SUBDIR += blue
SUBDIR += bogged
SUBDIR += bs
SUBDIR += cgoban
SUBDIR += connect4
SUBDIR += cosmo
SUBDIR += crafty
SUBDIR += crafty-open-small
SUBDIR += crafty-open-medium
SUBDIR += crafty-open-large
SUBDIR += crossfire
SUBDIR += dontspace
SUBDIR += doom
SUBDIR += empire
SUBDIR += flying
SUBDIR += freeciv
SUBDIR += frotz
SUBDIR += galaxis
SUBDIR += gemdropx
SUBDIR += gnuchess
SUBDIR += gnugo
SUBDIR += gnushogi
SUBDIR += golddig
SUBDIR += icbm3d
SUBDIR += imaze
SUBDIR += inform
SUBDIR += ishido
SUBDIR += jetpack
SUBDIR += jzip
SUBDIR += kdegames
SUBDIR += klondike
SUBDIR += ktamaga
SUBDIR += ladder
SUBDIR += libshhcards
SUBDIR += lincity
SUBDIR += maelstrom
SUBDIR += nethack
SUBDIR += nethack-qt
SUBDIR += netris
SUBDIR += oneko
SUBDIR += oonsoo
SUBDIR += pente
SUBDIR += pp
SUBDIR += qcc
SUBDIR += qstat
SUBDIR += quakeserver
SUBDIR += seabattle
SUBDIR += sokoban
SUBDIR += spellcast
SUBDIR += spider
SUBDIR += starlanes
SUBDIR += tank
SUBDIR += tinymux
SUBDIR += tksol
SUBDIR += tvp
SUBDIR += wmtimebomb
SUBDIR += xabacus
SUBDIR += xasteroids
SUBDIR += xbat
SUBDIR += xbattle
SUBDIR += xbill
SUBDIR += xbl
SUBDIR += xblackjack
SUBDIR += xblast
SUBDIR += xbloody
SUBDIR += xboard
SUBDIR += xboing
SUBDIR += xbomb
SUBDIR += xchain
SUBDIR += xchomp
SUBDIR += xcogitate
SUBDIR += xconq
SUBDIR += xcubes
SUBDIR += xdeblock
SUBDIR += xdemineur
SUBDIR += xdigger
SUBDIR += xdino
SUBDIR += xemeraldia
SUBDIR += xevil
SUBDIR += xeyesplus
SUBDIR += xfrisk
SUBDIR += xgalaga
SUBDIR += xgammon
SUBDIR += xgolgo
SUBDIR += xinfocom
SUBDIR += xinvaders
SUBDIR += xisola
SUBDIR += xjewel
SUBDIR += xjig
SUBDIR += xjumpjump
SUBDIR += xkobo
SUBDIR += xkoules
SUBDIR += xlaby
SUBDIR += xlife
SUBDIR += xlines
SUBDIR += xmahjongg
SUBDIR += xmastermind
SUBDIR += xmball
SUBDIR += xmemory
SUBDIR += xmille
SUBDIR += xmine
SUBDIR += xminehunter
SUBDIR += xminesweep
SUBDIR += xmj
SUBDIR += xmlink
SUBDIR += xmris
SUBDIR += xneko
SUBDIR += xnibbles
SUBDIR += xoids
SUBDIR += xoct
SUBDIR += xonix
SUBDIR += xothello
SUBDIR += xpacman
SUBDIR += xpanex
SUBDIR += xpat2
SUBDIR += xpilot
SUBDIR += xpipeman
SUBDIR += xpuyo
SUBDIR += xpuzzletama
SUBDIR += xpyraminx
SUBDIR += xquarto
SUBDIR += xripple
SUBDIR += xrisk
SUBDIR += xroach
SUBDIR += xroads
SUBDIR += xrobots
SUBDIR += xrubik
SUBDIR += xscavenger
SUBDIR += xscrabble
SUBDIR += xshisen
SUBDIR += xshogi
SUBDIR += xskat
SUBDIR += xskewb
SUBDIR += xsok
SUBDIR += xsokoban
SUBDIR += xsol
SUBDIR += xsoldier
SUBDIR += xspacewarp
SUBDIR += xspringies
SUBDIR += xteddy
SUBDIR += xtic
SUBDIR += xtriangles
SUBDIR += xtris
SUBDIR += xtruco
SUBDIR += xvier
SUBDIR += xvmahjongg
SUBDIR += xvmines
SUBDIR += xworm
SUBDIR += xzip
SUBDIR += yahtzee
SUBDIR += yamsweeper
SUBDIR += ztrack
.include <bsd.port.subdir.mk>
|