ab5fe7ef9b
- Create x11-wm/awesome3 for users who want to keep running 3.5.x because API is not backward compatible - Add UPDATING note - Set EXPIRATION_DATE on x11-wm/awesome3 to 6 months, it's enough time for users to convert configuration files to 4.x Differential Revision: https://reviews.freebsd.org/D10341
143 lines
3.2 KiB
Makefile
143 lines
3.2 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = X11 window managers
|
|
|
|
SUBDIR += aewm
|
|
SUBDIR += afterstep
|
|
SUBDIR += afterstep-stable
|
|
SUBDIR += amiwm
|
|
SUBDIR += antiwm
|
|
SUBDIR += awesome
|
|
SUBDIR += awesome3
|
|
SUBDIR += awesome-vicious
|
|
SUBDIR += awesome2
|
|
SUBDIR += bbkeys
|
|
SUBDIR += bbpager
|
|
SUBDIR += blackbox
|
|
SUBDIR += bspwm
|
|
SUBDIR += ccsm
|
|
SUBDIR += clementine-wm
|
|
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 += cwm
|
|
SUBDIR += devilspie
|
|
SUBDIR += dwm
|
|
SUBDIR += e-module-alarm
|
|
SUBDIR += e-module-cpu
|
|
SUBDIR += e-module-deskshow
|
|
SUBDIR += e-module-everything-places
|
|
SUBDIR += e-module-everything-websearch
|
|
SUBDIR += e-module-mem
|
|
SUBDIR += e-module-rmb
|
|
SUBDIR += e-module-wlan
|
|
SUBDIR += e-modules
|
|
SUBDIR += e16
|
|
SUBDIR += e16-docs
|
|
SUBDIR += echinus
|
|
SUBDIR += ede
|
|
SUBDIR += emerald
|
|
SUBDIR += enlightenment
|
|
SUBDIR += epplets
|
|
SUBDIR += euclid-wm
|
|
SUBDIR += evilwm
|
|
SUBDIR += fbcmd
|
|
SUBDIR += fluxbox
|
|
SUBDIR += fluxconf
|
|
SUBDIR += fluxter
|
|
SUBDIR += flwm
|
|
SUBDIR += fvwm
|
|
SUBDIR += fvwm-crystal
|
|
SUBDIR += fvwm2
|
|
SUBDIR += gcompmgr
|
|
SUBDIR += genmenu
|
|
SUBDIR += golem
|
|
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 += lxappearance-obconf
|
|
SUBDIR += lxmed
|
|
SUBDIR += lxsession
|
|
SUBDIR += marco
|
|
SUBDIR += matwm2
|
|
SUBDIR += mcwm
|
|
SUBDIR += metacity
|
|
SUBDIR += muffin
|
|
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 += plank
|
|
SUBDIR += plwm
|
|
SUBDIR += pwm
|
|
SUBDIR += qlwm
|
|
SUBDIR += qtile
|
|
SUBDIR += ratmen
|
|
SUBDIR += ratmenu
|
|
SUBDIR += ratpoison
|
|
SUBDIR += rubygem-uh-layout
|
|
SUBDIR += rubygem-uh-wm
|
|
SUBDIR += sawfish
|
|
SUBDIR += selectwm
|
|
SUBDIR += simple-ccsm
|
|
SUBDIR += spectrwm
|
|
SUBDIR += subtle
|
|
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 += wmx
|
|
SUBDIR += xcompmgr
|
|
SUBDIR += xfce4
|
|
SUBDIR += xfce4-desktop
|
|
SUBDIR += xfce4-panel
|
|
SUBDIR += xfce4-session
|
|
SUBDIR += xfce4-wm
|
|
|
|
.include <bsd.port.subdir.mk>
|