freebsd-ports/x11-clocks/Makefile
Jan Beich 2c6dff2578 x11-clocks/wlclock: add new port
wlclock is inspired by xclock and the default configuration has been
chosen to mimic it. However unlike xclock, wlclock is not a regular
window but a desktop-widget.

A Wayland compositor must implement the Layer-Shell and XDG-Output for
wlclock to work.

https://git.sr.ht/~leon_plickat/wlclock
2020-11-19 05:16:26 +00:00

51 lines
1.1 KiB
Makefile

# $FreeBSD$
#
COMMENT = X11 clocks
SUBDIR += abclock
SUBDIR += aclock
SUBDIR += alltraxclock
SUBDIR += asclock
SUBDIR += asclock-xlib
SUBDIR += astime
SUBDIR += astzclock
SUBDIR += bbdate
SUBDIR += bclock
SUBDIR += buici-clock
SUBDIR += cairo-clock
SUBDIR += dclock
SUBDIR += emiclock
SUBDIR += eyeclock
SUBDIR += glclock
SUBDIR += intclock
SUBDIR += kteatime
SUBDIR += ktimer
SUBDIR += lmclock
SUBDIR += mlclock
SUBDIR += mouseclock
SUBDIR += oclock
SUBDIR += osdclock
SUBDIR += p5-Tk-Clock
SUBDIR += rclock
SUBDIR += t3d
SUBDIR += tclock
SUBDIR += wlclock
SUBDIR += wmbday
SUBDIR += wmbinclock
SUBDIR += wmblueclock
SUBDIR += wmcalclock
SUBDIR += wmclock
SUBDIR += wmfishtime
SUBDIR += wmtime
SUBDIR += wmtimer
SUBDIR += xalarm
SUBDIR += xclock
SUBDIR += xdaliclock
SUBDIR += xfce4-datetime-plugin
SUBDIR += xfce4-stopwatch-plugin
SUBDIR += xfce4-time-out-plugin
SUBDIR += xfce4-timer-plugin
.include <bsd.port.subdir.mk>