blob: 6421c08a3b6c47be59d36533a7a5be5ca0f45fde (
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
170
171
172
173
174
|
# $FreeBSD$
#
COMMENT = X11 window managers
SUBDIR += aewm
SUBDIR += afterstep
SUBDIR += afterstep-i18n
SUBDIR += afterstep-stable
SUBDIR += amiwm
SUBDIR += antiwm
SUBDIR += awesome
SUBDIR += awesome-vicious
SUBDIR += awesome2
SUBDIR += bbkeys
SUBDIR += bbpager
SUBDIR += blackbox
SUBDIR += ccsm
SUBDIR += clementine
SUBDIR += compiz
SUBDIR += compiz-fusion
SUBDIR += compiz-plugins-extra
SUBDIR += compiz-plugins-main
SUBDIR += compiz-plugins-unsupported
SUBDIR += compizconfig-backend-gconf
SUBDIR += compizconfig-python
SUBDIR += compton
SUBDIR += ctwm
SUBDIR += devilspie
SUBDIR += dwm
SUBDIR += e16
SUBDIR += e16utils
SUBDIR += e17-module-alarm
SUBDIR += e17-module-comp-scale
SUBDIR += e17-module-cpu
SUBDIR += e17-module-deskshow
SUBDIR += e17-module-diskio
SUBDIR += e17-module-eektool
SUBDIR += e17-module-elfe
SUBDIR += e17-module-empris
SUBDIR += e17-module-engage
SUBDIR += e17-module-eooorg
SUBDIR += e17-module-everything-aspell
SUBDIR += e17-module-everything-mpris
SUBDIR += e17-module-everything-pidgin
SUBDIR += e17-module-everything-places
SUBDIR += e17-module-everything-shotgun
SUBDIR += e17-module-everything-wallpaper
SUBDIR += e17-module-everything-websearch
SUBDIR += e17-module-exebuf
SUBDIR += e17-module-execwatch
SUBDIR += e17-module-flame
SUBDIR += e17-module-forecasts
SUBDIR += e17-module-iiirk
SUBDIR += e17-module-itask
SUBDIR += e17-module-mail
SUBDIR += e17-module-mem
SUBDIR += e17-module-moon
SUBDIR += e17-module-mpdule
SUBDIR += e17-module-net
SUBDIR += e17-module-news
SUBDIR += e17-module-penguins
SUBDIR += e17-module-photo
SUBDIR += e17-module-places
SUBDIR += e17-module-rain
SUBDIR += e17-module-rmb
SUBDIR += e17-module-screenshot
SUBDIR += e17-module-slideshow
SUBDIR += e17-module-snow
SUBDIR += e17-module-taskbar
SUBDIR += e17-module-tclock
SUBDIR += e17-module-uptime
SUBDIR += e17-module-weather
SUBDIR += e17-module-winlist-ng
SUBDIR += e17-module-winselector
SUBDIR += e17-module-wlan
SUBDIR += e17-modules
SUBDIR += echinus
SUBDIR += ede
SUBDIR += emerald
SUBDIR += enlightenment
SUBDIR += enlightenment-docs
SUBDIR += epplets
SUBDIR += evilwm
SUBDIR += fbcmd
SUBDIR += fluxbox
SUBDIR += fluxconf
SUBDIR += fluxter
SUBDIR += flwm
SUBDIR += fvwm
SUBDIR += fvwm-crystal
SUBDIR += fvwm2
SUBDIR += fvwm2-i18n
SUBDIR += gcompmgr
SUBDIR += genmenu
SUBDIR += golem
SUBDIR += hackedbox
SUBDIR += herbstluftwm
SUBDIR += hs-xmonad
SUBDIR += hs-xmonad-contrib
SUBDIR += i3
SUBDIR += icewm
SUBDIR += ion
SUBDIR += jewel
SUBDIR += jwm
SUBDIR += larswm
SUBDIR += libcompizconfig
SUBDIR += libdockapp
SUBDIR += libwraster
SUBDIR += lwm
SUBDIR += lxmed
SUBDIR += lxsession
SUBDIR += mate-window-manager
SUBDIR += matwm2
SUBDIR += mcwm
SUBDIR += metacity
SUBDIR += musca
SUBDIR += mutter
SUBDIR += nickleby
SUBDIR += obapps
SUBDIR += obconf
SUBDIR += obkey
SUBDIR += obmenu
SUBDIR += obpager
SUBDIR += olvwm
SUBDIR += openbox
SUBDIR += oroborus
SUBDIR += pager
SUBDIR += pawm
SUBDIR += peksystray
SUBDIR += pekwm
SUBDIR += phluid
SUBDIR += piewm
SUBDIR += plwm
SUBDIR += pwm
SUBDIR += qlwm
SUBDIR += qtile
SUBDIR += ratmen
SUBDIR += ratmenu
SUBDIR += ratpoison
SUBDIR += sapphire
SUBDIR += sawfish
SUBDIR += selectwm
SUBDIR += simple-ccsm
SUBDIR += spectrwm
SUBDIR += stumpwm
SUBDIR += swm
SUBDIR += tinywm
SUBDIR += transset
SUBDIR += treewm
SUBDIR += tvtwm
SUBDIR += twm
SUBDIR += vtwm
SUBDIR += w9wm
SUBDIR += weewm
SUBDIR += windowlab
SUBDIR += windowmaker
SUBDIR += wm2
SUBDIR += wmakerconf
SUBDIR += wmanager
SUBDIR += wmanager-addons
SUBDIR += wmconfig
SUBDIR += wmfs
SUBDIR += wmii
SUBDIR += wmii-devel
SUBDIR += wmname
SUBDIR += xcompmgr
SUBDIR += xfce4
SUBDIR += xfce4-desktop
SUBDIR += xfce4-panel
SUBDIR += xfce4-session
SUBDIR += xfce4-wm
.include <bsd.port.subdir.mk>
|