diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-13 18:41:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-13 18:41:51 +0000 |
commit | 92090216409817821b0d5ae827a16d495258fd7d (patch) | |
tree | 6012035aa4d9ee5b01ba01ca3fe4b0a47c1397c3 /audio/Makefile | |
parent | c4cafa53d10d2bf10ccbc22f3b500cadb133251e (diff) | |
download | ports-92090216409817821b0d5ae827a16d495258fd7d.tar.gz ports-92090216409817821b0d5ae827a16d495258fd7d.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>
Notes
Notes:
svn path=/head/; revision=116141
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> |