blob: 33594f9b5f40bebb65be7c014f6b7118d3ac609f (
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
|
COMMENT = Ports to support the X window system
SUBDIR += 3ddesktop
SUBDIR += 9box
SUBDIR += 9menu
SUBDIR += aclip
SUBDIR += admiral
SUBDIR += alacritty
SUBDIR += albert
SUBDIR += alttab
SUBDIR += aminal
SUBDIR += antimicrox
SUBDIR += appmenu-registrar
SUBDIR += appres
SUBDIR += apwal
SUBDIR += arandr
SUBDIR += arcan-trayicon
SUBDIR += aterm
SUBDIR += autorandr
SUBDIR += babl
SUBDIR += bbappconf
SUBDIR += bbdock
SUBDIR += bbrun
SUBDIR += beforelight
SUBDIR += bemenu
SUBDIR += bgrot
SUBDIR += bgs
SUBDIR += bitmap
SUBDIR += bmpanel2
SUBDIR += brisk-menu
SUBDIR += budgie
SUBDIR += budgie-desktop
SUBDIR += budgie-screensaver
SUBDIR += cde
SUBDIR += cde-25
SUBDIR += cde-devel
SUBDIR += chayang
SUBDIR += cinnamon
SUBDIR += cinnamon-desktop
SUBDIR += cinnamon-menus
SUBDIR += cinnamon-screensaver
SUBDIR += cinnamon-session
SUBDIR += cl-clx
SUBDIR += cl-clx-sbcl
SUBDIR += clipcat
SUBDIR += cliphist
SUBDIR += clipman
SUBDIR += compton-conf
SUBDIR += conlecterm
SUBDIR += controllermap
SUBDIR += cool-retro-term
SUBDIR += coreterminal
SUBDIR += damask
SUBDIR += darktile
SUBDIR += deforaos-integration
SUBDIR += deforaos-keyboard
SUBDIR += deforaos-libdesktop
SUBDIR += deforaos-locker
SUBDIR += deskmenu
SUBDIR += disman
SUBDIR += dmenu
SUBDIR += dmenu2
SUBDIR += docker-tray
SUBDIR += dsbautostart
SUBDIR += dsbxinput
SUBDIR += dwlb
SUBDIR += dwmblocks
SUBDIR += dxpc
SUBDIR += dzen2
SUBDIR += eaglemode
SUBDIR += editres
SUBDIR += elementary-terminal
SUBDIR += emprint
SUBDIR += erun
SUBDIR += eterm
SUBDIR += evilvte
SUBDIR += evtest
SUBDIR += eww
SUBDIR += fbdesk
SUBDIR += fbpanel
SUBDIR += find-cursor
SUBDIR += fireflies
SUBDIR += florence
SUBDIR += flruler
SUBDIR += fnott
SUBDIR += foot
SUBDIR += fstobdf
SUBDIR += fuzzel
SUBDIR += gbsddialog
SUBDIR += gdm
SUBDIR += glcapsviewer
SUBDIR += gmrun
SUBDIR += gnome
SUBDIR += gnome-clipboard-daemon
SUBDIR += gnome-console
SUBDIR += gnome-desktop
SUBDIR += gnome-menus
SUBDIR += gnome-pie
SUBDIR += gnome-session
SUBDIR += gnome-shell
SUBDIR += gnome-shell-extensions
SUBDIR += gnome-terminal
SUBDIR += gnustep-app
SUBDIR += grabc
SUBDIR += grim
SUBDIR += grimshot
SUBDIR += gromit
SUBDIR += gromit-mpx
SUBDIR += gskrab
SUBDIR += gstreamer1-plugins-x
SUBDIR += gstreamer1-plugins-ximagesrc
SUBDIR += gtk-app-menu
SUBDIR += gtk-theme-switch2
SUBDIR += gtkchtheme
SUBDIR += gtklock
SUBDIR += gtkterm2
SUBDIR += guake
SUBDIR += gxkb
SUBDIR += habak
SUBDIR += hamclock
SUBDIR += hhpc
SUBDIR += hs-xmobar
SUBDIR += hsetroot
SUBDIR += hybrid-bar
SUBDIR += hyprcursor
SUBDIR += hypridle
SUBDIR += hyprlock
SUBDIR += hyprpaper
SUBDIR += hyprpicker
SUBDIR += i3bar-river
SUBDIR += i3blocks
SUBDIR += i3lock-color
SUBDIR += iceauth
SUBDIR += ico
SUBDIR += idesk
SUBDIR += imwheel
SUBDIR += innerspace
SUBDIR += inputplug
SUBDIR += j4-dmenu-desktop
SUBDIR += jbxvt
SUBDIR += jgmenu
SUBDIR += kanshi
SUBDIR += kb2mb2
SUBDIR += kde-baseapps
SUBDIR += kde5
SUBDIR += kde6
SUBDIR += kdisplay
SUBDIR += keybinder
SUBDIR += keybinder-gtk3
SUBDIR += keyboardcast
SUBDIR += keynav
SUBDIR += kf5-frameworkintegration
SUBDIR += kf5-frameworks
SUBDIR += kf5-kactivities
SUBDIR += kf5-kactivities-stats
SUBDIR += kf5-kded
SUBDIR += kf5-kdelibs4support
SUBDIR += kf5-kglobalaccel
SUBDIR += kf5-kinit
SUBDIR += kf5-krunner
SUBDIR += kf5-kwayland
SUBDIR += kf5-kwindowsystem
SUBDIR += kf5-plasma-framework
SUBDIR += kf6-frameworkintegration
SUBDIR += kf6-frameworks
SUBDIR += kf6-kded
SUBDIR += kf6-kglobalaccel
SUBDIR += kf6-krunner
SUBDIR += kf6-kwindowsystem
SUBDIR += kickoff
SUBDIR += kitty
SUBDIR += konsole
SUBDIR += konsole-devel
SUBDIR += lavalauncher
SUBDIR += lemonbar
SUBDIR += lemonbar-xft
SUBDIR += libICE
SUBDIR += libSM
SUBDIR += libX11
SUBDIR += libXScrnSaver
SUBDIR += libXau
SUBDIR += libXcm
SUBDIR += libXcomposite
SUBDIR += libXcursor
SUBDIR += libXdamage
SUBDIR += libXdmcp
SUBDIR += libXext
SUBDIR += libXfixes
SUBDIR += libXi
SUBDIR += libXinerama
SUBDIR += libXpm
SUBDIR += libXpresent
SUBDIR += libXrandr
SUBDIR += libXrender
SUBDIR += libXres
SUBDIR += libXtst
SUBDIR += libXv
SUBDIR += libXvMC
SUBDIR += libXxf86dga
SUBDIR += libXxf86vm
SUBDIR += libclipboard
SUBDIR += libei
SUBDIR += libexo
SUBDIR += libfakekey
SUBDIR += libfm
SUBDIR += libfm-extra
SUBDIR += libfm-qt
SUBDIR += libgnomekbd
SUBDIR += libinput
SUBDIR += libmatekbd
SUBDIR += libsx
SUBDIR += libsynaptics
SUBDIR += libwacom
SUBDIR += libxcb
SUBDIR += libxcvt
SUBDIR += libxdg-basedir
SUBDIR += libxfce4menu
SUBDIR += libxfce4util
SUBDIR += libxkbcommon
SUBDIR += libxkbfile
SUBDIR += libxklavier
SUBDIR += libxshmfence
SUBDIR += lightdm
SUBDIR += lightdm-gtk-greeter
SUBDIR += lightdm-gtk-greeter-settings
SUBDIR += lilyterm
SUBDIR += linux-c7-libxkbcommon
SUBDIR += linux-c7-pixman
SUBDIR += linux-c7-xcb-util
SUBDIR += linux-c7-xcb-util-image
SUBDIR += linux-c7-xcb-util-keysyms
SUBDIR += linux-c7-xorg-libs
SUBDIR += linux-nvidia-libs
SUBDIR += linux-nvidia-libs-304
SUBDIR += linux-nvidia-libs-340
SUBDIR += linux-nvidia-libs-390
SUBDIR += linux-nvidia-libs-470
SUBDIR += listres
SUBDIR += lsw
SUBDIR += luit
SUBDIR += lumina
SUBDIR += lumina-core
SUBDIR += lumina-coreutils
SUBDIR += lupe
SUBDIR += lxde-meta
SUBDIR += lxhotkey
SUBDIR += lxmenu-data
SUBDIR += lxpanel
SUBDIR += lxqt-about
SUBDIR += lxqt-globalkeys
SUBDIR += lxqt-menu-data
SUBDIR += lxqt-runner
SUBDIR += lxrandr
SUBDIR += ly
SUBDIR += mako
SUBDIR += mate
SUBDIR += mate-applet-appmenu
SUBDIR += mate-applets
SUBDIR += mate-base
SUBDIR += mate-desktop
SUBDIR += mate-dock-applet
SUBDIR += mate-menus
SUBDIR += mate-panel
SUBDIR += mate-screensaver
SUBDIR += mate-session-manager
SUBDIR += mate-terminal
SUBDIR += menu-cache
SUBDIR += menulibre
SUBDIR += metalock
SUBDIR += mkcomposecache
SUBDIR += mlterm
SUBDIR += mons
SUBDIR += mrxvt
SUBDIR += mxascii
SUBDIR += mxico
SUBDIR += nezd
SUBDIR += nfy
SUBDIR += numlockx
SUBDIR += nvidia-driver
SUBDIR += nvidia-driver-304
SUBDIR += nvidia-driver-340
SUBDIR += nvidia-driver-390
SUBDIR += nvidia-driver-470
SUBDIR += nvidia-secondary-driver
SUBDIR += nvidia-secondary-driver-390
SUBDIR += nvidia-settings
SUBDIR += nvidia-xconfig
SUBDIR += nwg-bar
SUBDIR += nwg-dock
SUBDIR += nwg-dock-hyprland
SUBDIR += nwg-drawer
SUBDIR += nwg-launchers
SUBDIR += nwg-look
SUBDIR += nwg-menu
SUBDIR += nxcomp
SUBDIR += openrgb
SUBDIR += oscar
SUBDIR += p5-Clipboard
SUBDIR += p5-X11-GUITest
SUBDIR += p5-X11-IdleTime
SUBDIR += p5-X11-Protocol
SUBDIR += p5-X11-Protocol-Other
SUBDIR += p5-X11-Resolution
SUBDIR += p5-X11-XCB
SUBDIR += p5-X11-Xlib
SUBDIR += p5-XTerm-Conf
SUBDIR += pcdm
SUBDIR += perwindowlayoutd
SUBDIR += pipeglade
SUBDIR += pixman
SUBDIR += plank
SUBDIR += plasma-wayland-protocols
SUBDIR += plasma5-kactivitymanagerd
SUBDIR += plasma5-kgamma5
SUBDIR += plasma5-kscreen
SUBDIR += plasma5-kwayland-integration
SUBDIR += plasma5-layer-shell-qt
SUBDIR += plasma5-libkscreen
SUBDIR += plasma5-plasma
SUBDIR += plasma5-plasma-bigscreen
SUBDIR += plasma5-plasma-desktop
SUBDIR += plasma5-plasma-integration
SUBDIR += plasma5-plasma-workspace
SUBDIR += plasma6-kactivitymanagerd
SUBDIR += plasma6-kgamma
SUBDIR += plasma6-kglobalacceld
SUBDIR += plasma6-kscreen
SUBDIR += plasma6-kwayland
SUBDIR += plasma6-layer-shell-qt
SUBDIR += plasma6-libkscreen
SUBDIR += plasma6-libplasma
SUBDIR += plasma6-plasma
SUBDIR += plasma6-plasma-activities
SUBDIR += plasma6-plasma-activities-stats
SUBDIR += plasma6-plasma-desktop
SUBDIR += plasma6-plasma-integration
SUBDIR += plasma6-plasma-workspace
SUBDIR += pmenu
SUBDIR += polybar
SUBDIR += printscreen
SUBDIR += py-autotiling
SUBDIR += py-caffeine-ng
SUBDIR += py-i3-quickterm
SUBDIR += py-i3ipc
SUBDIR += py-mouseinfo
SUBDIR += py-pyautogui
SUBDIR += py-pynput
SUBDIR += py-pyscreenshot
SUBDIR += py-pyscreeze
SUBDIR += py-python-xapp
SUBDIR += py-pyvirtualdisplay
SUBDIR += py-screeninfo
SUBDIR += py-xcffib
SUBDIR += py-xdot
SUBDIR += qimageblitz
SUBDIR += qt5-qev
SUBDIR += qt5-x11extras
SUBDIR += qterminal
SUBDIR += remontoire
SUBDIR += rendercheck
SUBDIR += rgb
SUBDIR += rio
SUBDIR += rlaunch
SUBDIR += rofi
SUBDIR += rofi-calc
SUBDIR += rofi-emoji
SUBDIR += rofi-file-browser-extended
SUBDIR += rofi-pass
SUBDIR += rofi-wayland
SUBDIR += roxterm
SUBDIR += rsibreak
SUBDIR += rubygem-gnome
SUBDIR += runner
SUBDIR += rxvt-unicode
SUBDIR += sakura
SUBDIR += salut
SUBDIR += sandbar
SUBDIR += sbxkb
SUBDIR += screen-message
SUBDIR += screengrab
SUBDIR += screenkey
SUBDIR += scripts
SUBDIR += sddm
SUBDIR += sdwmbar
SUBDIR += sessreg
SUBDIR += setlayout
SUBDIR += setxkbmap
SUBDIR += sfwbar
SUBDIR += shaderbg
SUBDIR += shikane
SUBDIR += shotman
SUBDIR += showkeys
SUBDIR += showmethekey
SUBDIR += simplestroke
SUBDIR += sirula
SUBDIR += slick-greeter
SUBDIR += slim
SUBDIR += slock
SUBDIR += slop
SUBDIR += slurp
SUBDIR += smproxy
SUBDIR += somebar
SUBDIR += sprop
SUBDIR += squeekboard
SUBDIR += srandrd
SUBDIR += sselp
SUBDIR += stalonetray
SUBDIR += startup-notification
SUBDIR += sterm
SUBDIR += stjerm
SUBDIR += swarp
SUBDIR += sway-audio-idle-inhibit
SUBDIR += swaybg
SUBDIR += swayfloatingswitcher
SUBDIR += swayidle
SUBDIR += swayimg
SUBDIR += swaylock
SUBDIR += swaylock-effects
SUBDIR += swaylock-plugin
SUBDIR += swaync
SUBDIR += swayr
SUBDIR += swayrbar
SUBDIR += swaysettings
SUBDIR += sxhkd
SUBDIR += sxmo-wayout
SUBDIR += sxpc
SUBDIR += tabbed
SUBDIR += taiga
SUBDIR += temperature.app
SUBDIR += terminal.app
SUBDIR += terminator
SUBDIR += terminology
SUBDIR += tessen
SUBDIR += thingylaunch
SUBDIR += tilda
SUBDIR += tilix
SUBDIR += tint
SUBDIR += tofi
SUBDIR += trayer
SUBDIR += ulauncher
SUBDIR += urxvt-font-size
SUBDIR += urxvt-perls
SUBDIR += vdesk
SUBDIR += viewres
SUBDIR += virglrenderer
SUBDIR += virtboard
SUBDIR += virtualgl
SUBDIR += wallutils
SUBDIR += wapanel
SUBDIR += watershot
SUBDIR += way-displays
SUBDIR += waybar
SUBDIR += wayidle
SUBDIR += wayland-logout
SUBDIR += waylock
SUBDIR += wayout
SUBDIR += wbar
SUBDIR += wcm
SUBDIR += wdisplays
SUBDIR += wdm
SUBDIR += wev
SUBDIR += wezterm
SUBDIR += wf-shell
SUBDIR += windowtolayer
SUBDIR += wl-clipboard
SUBDIR += wl-mirror
SUBDIR += wlogout
SUBDIR += wlopm
SUBDIR += wlr-randr
SUBDIR += wlr-which-key
SUBDIR += wlrctl
SUBDIR += wmappl
SUBDIR += wmblob
SUBDIR += wmbutton
SUBDIR += wmcliphist
SUBDIR += wmctrl
SUBDIR += wmdrawer
SUBDIR += wmenu
SUBDIR += wmfocus
SUBDIR += wmsystemtray
SUBDIR += wmutils-core
SUBDIR += wmutils-opt
SUBDIR += wob
SUBDIR += wofi
SUBDIR += workrave
SUBDIR += wscreensaver
SUBDIR += wshowkeys
SUBDIR += wtype
SUBDIR += wvkbd
SUBDIR += x-on-resize
SUBDIR += x11perf
SUBDIR += x3270
SUBDIR += xantfarm
SUBDIR += xapp
SUBDIR += xascii
SUBDIR += xauth
SUBDIR += xautolock
SUBDIR += xautomation
SUBDIR += xbacklight
SUBDIR += xballoon
SUBDIR += xbanish
SUBDIR += xbiff
SUBDIR += xbindkeys
SUBDIR += xbitmaps
SUBDIR += xbrightness
SUBDIR += xcalc
SUBDIR += xcalib
SUBDIR += xcape
SUBDIR += xcb
SUBDIR += xcb-imdkit
SUBDIR += xcb-proto
SUBDIR += xcb-util
SUBDIR += xcb-util-cursor
SUBDIR += xcb-util-errors
SUBDIR += xcb-util-image
SUBDIR += xcb-util-keysyms
SUBDIR += xcb-util-renderutil
SUBDIR += xcb-util-wm
SUBDIR += xcb-util-xrm
SUBDIR += xclickroot
SUBDIR += xclip
SUBDIR += xclipboard
SUBDIR += xcm
SUBDIR += xcmd
SUBDIR += xcmsdb
SUBDIR += xcoloredit
SUBDIR += xcolors
SUBDIR += xconsole
SUBDIR += xcur2png
SUBDIR += xcursorgen
SUBDIR += xcut
SUBDIR += xdg-desktop-portal-gnome
SUBDIR += xdg-desktop-portal-gtk
SUBDIR += xdg-desktop-portal-hyprland
SUBDIR += xdg-desktop-portal-luminous
SUBDIR += xdg-desktop-portal-wlr
SUBDIR += xdialog
SUBDIR += xditview
SUBDIR += xdm
SUBDIR += xdo
SUBDIR += xdotool
SUBDIR += xdpyinfo
SUBDIR += xdriinfo
SUBDIR += xedit
SUBDIR += xev
SUBDIR += xeyes
SUBDIR += xf86dga
SUBDIR += xfce4-appmenu-plugin
SUBDIR += xfce4-clipman-plugin
SUBDIR += xfce4-conf
SUBDIR += xfce4-dashboard
SUBDIR += xfce4-docklike-plugin
SUBDIR += xfce4-goodies
SUBDIR += xfce4-screensaver
SUBDIR += xfce4-screenshooter-plugin
SUBDIR += xfce4-taskmanager
SUBDIR += xfce4-terminal
SUBDIR += xfce4-verve-plugin
SUBDIR += xfce4-whiskermenu-plugin
SUBDIR += xfce4-windowck-plugin
SUBDIR += xfd
SUBDIR += xfishtank
SUBDIR += xforward
SUBDIR += xgamma
SUBDIR += xgc
SUBDIR += xhost
SUBDIR += xidle
SUBDIR += xinit
SUBDIR += xinput
SUBDIR += xkb-switch
SUBDIR += xkbcomp
SUBDIR += xkbctrl
SUBDIR += xkbevd
SUBDIR += xkbind
SUBDIR += xkblayout-state
SUBDIR += xkbprint
SUBDIR += xkbset
SUBDIR += xkbutils
SUBDIR += xkeyboard-config
SUBDIR += xkeycaps
SUBDIR += xkeywrap
SUBDIR += xkill
SUBDIR += xload
SUBDIR += xloadimage
SUBDIR += xlockmore
SUBDIR += xlogo
SUBDIR += xlsatoms
SUBDIR += xlsclients
SUBDIR += xlupe
SUBDIR += xmag
SUBDIR += xman
SUBDIR += xmangekyou
SUBDIR += xmascot
SUBDIR += xmenu
SUBDIR += xmessage
SUBDIR += xmh
SUBDIR += xmodmap
SUBDIR += xmore
SUBDIR += xmotd
SUBDIR += xmsg
SUBDIR += xmx
SUBDIR += xnee
SUBDIR += xnotify
SUBDIR += xob
SUBDIR += xorg
SUBDIR += xorg-apps
SUBDIR += xorg-cf-files
SUBDIR += xorg-docs
SUBDIR += xorg-libraries
SUBDIR += xorg-minimal
SUBDIR += xorgproto
SUBDIR += xpr
SUBDIR += xpra
SUBDIR += xpra-html5
SUBDIR += xprintidle
SUBDIR += xprompt
SUBDIR += xprop
SUBDIR += xrandr
SUBDIR += xrdb
SUBDIR += xrefresh
SUBDIR += xrestop
SUBDIR += xrootconsole
SUBDIR += xrsh
SUBDIR += xrsi
SUBDIR += xscope
SUBDIR += xscreensaver
SUBDIR += xscreensaver.app
SUBDIR += xsel-conrad
SUBDIR += xset
SUBDIR += xsetroot
SUBDIR += xsettingsd
SUBDIR += xskyroot
SUBDIR += xsm
SUBDIR += xsnow
SUBDIR += xss-lock
SUBDIR += xssstate
SUBDIR += xstarroll
SUBDIR += xstdcmap
SUBDIR += xstroke
SUBDIR += xtacy
SUBDIR += xterm
SUBDIR += xtermcontrol
SUBDIR += xtermset
SUBDIR += xtestpicture
SUBDIR += xtitle
SUBDIR += xtoolwait
SUBDIR += xtrans
SUBDIR += xtrlock
SUBDIR += xtset
SUBDIR += xvattr
SUBDIR += xvidtune
SUBDIR += xvinfo
SUBDIR += xvkbd
SUBDIR += xvmcinfo
SUBDIR += xvt
SUBDIR += xwatchwin
SUBDIR += xwayland-run
SUBDIR += xwaylandvideobridge
SUBDIR += xwd
SUBDIR += xwininfo
SUBDIR += xwinwrap
SUBDIR += xwit
SUBDIR += xwud
SUBDIR += xxkb
SUBDIR += xzoom
SUBDIR += yad
SUBDIR += yakuake
SUBDIR += yalias
SUBDIR += yeahconsole
SUBDIR += yelp
SUBDIR += zenity
SUBDIR += zutty
.include <bsd.port.subdir.mk>
|