diff options
author | pav <pav@FreeBSD.org> | 2004-08-14 02:41:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-14 02:41:51 +0800 |
commit | b5da03df9bd6be67c47730f7a866491cc91d303f (patch) | |
tree | 37e60719b0521bd27585128a9e2ff70a576eec98 /audio/Makefile | |
parent | 4dd5bd41137321ea1ec657f6e8c223cb562a7805 (diff) | |
download | freebsd-ports-gnome-b5da03df9bd6be67c47730f7a866491cc91d303f.tar.gz freebsd-ports-gnome-b5da03df9bd6be67c47730f7a866491cc91d303f.tar.zst freebsd-ports-gnome-b5da03df9bd6be67c47730f7a866491cc91d303f.zip |
Add yell, a little command line utility playing a short tune on your
speaker device. I mainly use it to yell the "sysop" on a remote
machine. It could also be used as a notification for finished tasks
(eg. make buildworld && yell).
PR: ports/70277
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 10008ec2e396..f50c6cf3d34a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -465,6 +465,7 @@ SUBDIR += xwave SUBDIR += yammi SUBDIR += yamt + SUBDIR += yell SUBDIR += zinf .include <bsd.port.subdir.mk> |