diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-13 23:15:46 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-13 23:15:46 +0000 |
commit | 108960574aded64a7314d0ffdf9cef9768b62fb5 (patch) | |
tree | 2a7b3473c6585e30129af2267dea483465374d34 /graphics/Makefile | |
parent | b5bf2fbd481c38fe84aee0a0a8d9a1bd3c53d779 (diff) |
Add telak.
Telak is a small tool to draw local or remote pictures on your root window.
This is very useful if you want to have RRD graphs drawn above your wallpaper.
WWW: http://julien.danjou.info/telak.html
PR: ports/86069
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=142656
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 9c4750bbaa5e..12930125d32b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -541,6 +541,7 @@ SUBDIR += synaesthesia SUBDIR += tcm SUBDIR += teddy + SUBDIR += telak SUBDIR += tgif SUBDIR += tgif-nls SUBDIR += threeDS |