aboutsummaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-13 18:41:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-13 18:41:51 +0000
commit92090216409817821b0d5ae827a16d495258fd7d (patch)
tree6012035aa4d9ee5b01ba01ca3fe4b0a47c1397c3 /audio/Makefile
parentc4cafa53d10d2bf10ccbc22f3b500cadb133251e (diff)
downloadports-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/Makefile1
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>