diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-09 12:36:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-09 12:36:23 +0000 |
commit | 3f7956c85cc1eeb6525975c5a678a6e806d75477 (patch) | |
tree | 4f86fddd5d0abb80170af079c6f5a50da9f52f2a /deskutils/Makefile | |
parent | d0287ad5882ea9cd5e4c1939748a09c60d06cff4 (diff) |
New port: deskutils/zbgset A desktop BG management system.
This does not actually set the background, but calls another
program to do it, but what makes it useful is it allows for
random images to be used as well as the last image to be
called. This makes it useful for setting the image upon
login or changing it regullarly through cron.
When it is ran for the first time it creates a ZConf config
named "zbgset" used store the settings.
PR: ports/124964
Submitted by: "Zane C.B." <vvelox@vvelox.net>
Notes
Notes:
svn path=/head/; revision=216603
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 162b19fd9ac4..4ed1550a238e 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -228,6 +228,7 @@ SUBDIR += xpostitPlus SUBDIR += xrolo SUBDIR += xwrits + SUBDIR += zbgset SUBDIR += zorro .include <bsd.port.subdir.mk> |