diff options
author | vg <vg@FreeBSD.org> | 2013-11-04 17:41:14 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2013-11-04 17:41:14 +0800 |
commit | a91c7f3ccf4faa2caad5396df5fcbdae19bbcdc0 (patch) | |
tree | 6022c0597ae3493d5f9b59aab78596fbac067076 /sysutils/Makefile | |
parent | d97b528d39969233b14675d0d06140d4c37fbd1f (diff) | |
download | freebsd-ports-gnome-a91c7f3ccf4faa2caad5396df5fcbdae19bbcdc0.tar.gz freebsd-ports-gnome-a91c7f3ccf4faa2caad5396df5fcbdae19bbcdc0.tar.zst freebsd-ports-gnome-a91c7f3ccf4faa2caad5396df5fcbdae19bbcdc0.zip |
sysutils/dunst - Lightweight notification daemon
Dunst is a lightweight replacement for the notification-daemons provided
by most desktop environments. It's very customizable, doesn't depend on
any toolkits and therefore fits in those windowmanager centric setups we
all love to customize to perfection.
WWW: http://www.knopwob.org/dunst
Also I fixed:
- Fixed depends
- Removed plist and added list of files at Makefile
- Added stage support
- Added more description of port to pkg-descr
PR: ports/179624
Submitted by: Rod Person <rodperson@rodperson.com>
Approved by: eadler, osa, rm (mentors, implicit)
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index efc988b8481d..0f3b8adc95a7 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -196,6 +196,7 @@ SUBDIR += dtpstree SUBDIR += du2ps SUBDIR += duff + SUBDIR += dunst SUBDIR += duplicity SUBDIR += duply SUBDIR += dupmerge |