diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-22 19:47:07 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-22 19:47:07 +0800 |
commit | dbf7e0b0977233913444fa5b1edcd365eabeb50a (patch) | |
tree | 2d237c30308827e22a1c78b43e60d583319c8ce8 /x11-clocks/Makefile | |
parent | c7bda6f7dcf71d90a39743411baf0f2ec900941d (diff) | |
download | freebsd-ports-gnome-dbf7e0b0977233913444fa5b1edcd365eabeb50a.tar.gz freebsd-ports-gnome-dbf7e0b0977233913444fa5b1edcd365eabeb50a.tar.zst freebsd-ports-gnome-dbf7e0b0977233913444fa5b1edcd365eabeb50a.zip |
Add lmclock.
A simple, transparent analog clock for X11 without window decorations. The
author was inspired by an early Xerox Lisp machine clock.
WWW: http://pantransit.reptiles.org/prog/
PR: ports/82388
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'x11-clocks/Makefile')
-rw-r--r-- | x11-clocks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 3d0d20fd64d5..e9510f977677 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -25,6 +25,7 @@ SUBDIR += glclock SUBDIR += gtubeclock SUBDIR += kdetoys3 + SUBDIR += lmclock SUBDIR += mlclock SUBDIR += mouseclock SUBDIR += osdclock |