diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-06 01:29:15 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-06 01:29:15 +0000 |
commit | 3922b75bc64942b36657c87990495f0fe0dab237 (patch) | |
tree | 6ff2d554ae304f2902720330955e59fd8a66b5ce /audio/beep/Makefile | |
parent | 399266fc4f792f1d3596d74a3cb7f9be29da2b39 (diff) | |
download | FreeBSD-ports-3922b75bc64942b36657c87990495f0fe0dab237.zip FreeBSD-ports-3922b75bc64942b36657c87990495f0fe0dab237.tar.gz |
audio/beep: beep for a pitch and duration
PR: ports/39062
Submitted by: Tyler Spivey <tspivey8@telus.net>
Diffstat (limited to 'audio/beep/Makefile')
-rw-r--r-- | audio/beep/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/beep/Makefile b/audio/beep/Makefile new file mode 100644 index 0000000..75eb07a --- /dev/null +++ b/audio/beep/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: beep +# Date Created: June 9, 2002 +# Whom: Tyler Spivey +# +# $FreeBSD$ + +PORTNAME= beep +PORTVERSION= 1.0 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/beep/ \ + ftp://ftp.megamirror.com/pub/ugh/unix/beep/ \ + http://ftp.megamirror.com/pub/ugh/unix/beep/ + +MAINTAINER= tspivey8@telus.net +COMMENT= Beeps a certain duration and pitch out of the PC Speaker + +MAN1= beep.1 +MANCOMPRESSED= maybe +WRKSRC= ${WRKDIR}/${PORTNAME} + +.include <bsd.port.mk> |