mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
f5fc49dc7e
pager tool for Blackbox. The major changes to bbpager are: - Accesses fluxbox configuration files, e.g. in ~/.fluxbox, rather than in blackbox directories. - Default styles come from the fluxbox configuration. Without customization it will track the look of the current theme. - The configuration files have been renamed to fluxter.bb (used in a fluxbox environment) and fluxter.nobb (used in a non-fluxbox environment). These files should go in fluxbox configuration directories, such as ~/.fluxbox. - The X resource entries in the configuration files use fluxter as a label, rather than bbpager. - Per-workspace wallpaper changing is supported by the addition of per-workspace rootCommand configuration entries. For example: fluxter.workspace0.rootCommand: Esetroot /usr/share/pixmaps/bg1.png fluxter.workspace1.rootCommand: Esetroot /usr/share/pixmaps/bg2.png fluxter.workspace2.rootCommand: Esetroot /usr/share/pixmaps/bg3.png WWW: http://benedict.isomedia.com/homes/stevencooper/projects/fluxter.html
107 lines
2.2 KiB
Makefile
107 lines
2.2 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR += 9menu
|
|
SUBDIR += 9wm
|
|
SUBDIR += aewm
|
|
SUBDIR += aewm++
|
|
SUBDIR += afterstep
|
|
SUBDIR += afterstep-i18n
|
|
SUBDIR += afterstep-stable
|
|
SUBDIR += ahwm
|
|
SUBDIR += alloywm
|
|
SUBDIR += amaterus
|
|
SUBDIR += amiwm
|
|
SUBDIR += bbconf
|
|
SUBDIR += bbkeys
|
|
SUBDIR += bbpager
|
|
SUBDIR += blackbox
|
|
SUBDIR += blwm
|
|
SUBDIR += boxtools
|
|
SUBDIR += clementine
|
|
SUBDIR += ctwm
|
|
SUBDIR += e16utils
|
|
SUBDIR += enlightenment
|
|
SUBDIR += epplets
|
|
SUBDIR += evilwm
|
|
SUBDIR += fbdesk
|
|
SUBDIR += fluxbox
|
|
SUBDIR += fluxbox-devel
|
|
SUBDIR += fluxconf
|
|
SUBDIR += fluxter
|
|
SUBDIR += flwm
|
|
SUBDIR += fvwm
|
|
SUBDIR += fvwm-themes
|
|
SUBDIR += fvwm2
|
|
SUBDIR += fvwm2-devel
|
|
SUBDIR += fvwm2-i18n
|
|
SUBDIR += fvwm95
|
|
SUBDIR += fvwm95-i18n
|
|
SUBDIR += gnome2wmaker
|
|
SUBDIR += golem
|
|
SUBDIR += gwm
|
|
SUBDIR += hackedbox
|
|
SUBDIR += icepref
|
|
SUBDIR += icewm
|
|
SUBDIR += ion
|
|
SUBDIR += jewel
|
|
SUBDIR += kappdock
|
|
SUBDIR += kdeartwork3
|
|
SUBDIR += kwin_flatcurve
|
|
SUBDIR += larswm
|
|
SUBDIR += libdockapp
|
|
SUBDIR += libepplet
|
|
SUBDIR += lwm
|
|
SUBDIR += matchbox
|
|
SUBDIR += metacity
|
|
SUBDIR += mkultra
|
|
SUBDIR += mlvwm
|
|
SUBDIR += mosfet-liquid
|
|
SUBDIR += novawm
|
|
SUBDIR += olvwm
|
|
SUBDIR += openbox
|
|
SUBDIR += oroborus
|
|
SUBDIR += pager
|
|
SUBDIR += pekwm
|
|
SUBDIR += phluid
|
|
SUBDIR += piewm
|
|
SUBDIR += plwm
|
|
SUBDIR += pwm
|
|
SUBDIR += qinx
|
|
SUBDIR += qlwm
|
|
SUBDIR += qnxstyle
|
|
SUBDIR += qvwm
|
|
SUBDIR += ratmenu
|
|
SUBDIR += ratpoison
|
|
SUBDIR += sapphire
|
|
SUBDIR += sapphire-themes
|
|
SUBDIR += sawfish2
|
|
SUBDIR += swm
|
|
SUBDIR += tvtwm
|
|
SUBDIR += ude
|
|
SUBDIR += uwm
|
|
SUBDIR += vtwm
|
|
SUBDIR += w9wm
|
|
SUBDIR += waimea
|
|
SUBDIR += wampager
|
|
SUBDIR += weewm
|
|
SUBDIR += windowlab
|
|
SUBDIR += windowmaker
|
|
SUBDIR += wm2
|
|
SUBDIR += wmDeskGuide
|
|
SUBDIR += wmakerconf
|
|
SUBDIR += wmanager
|
|
SUBDIR += wmg
|
|
SUBDIR += wmthemeinstall
|
|
SUBDIR += wmx
|
|
SUBDIR += xfce
|
|
SUBDIR += xfce4
|
|
SUBDIR += xfce4-desktop
|
|
SUBDIR += xfce4-panel
|
|
SUBDIR += xfce4-systray
|
|
SUBDIR += xfce4-wm
|
|
SUBDIR += xwmm
|
|
SUBDIR += yawm
|
|
|
|
.include <bsd.port.subdir.mk>
|