2003-04-06 01:29:15 +00:00
|
|
|
# New ports collection makefile for: beep
|
|
|
|
# Date Created: June 9, 2002
|
|
|
|
# Whom: Tyler Spivey
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= beep
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= audio
|
2006-05-22 20:40:52 +00:00
|
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
|
|
|
|
http://ftp.osuosl.org/pub/FreeBSD/distfiles/
|
2003-04-06 01:29:15 +00:00
|
|
|
|
2003-12-21 00:23:25 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-06 01:29:15 +00:00
|
|
|
COMMENT= Beeps a certain duration and pitch out of the PC Speaker
|
|
|
|
|
|
|
|
MAN1= beep.1
|
|
|
|
MANCOMPRESSED= maybe
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2003-04-08 10:17:16 +00:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2003-04-07 11:27:35 +00:00
|
|
|
|
2004-01-26 17:05:30 +00:00
|
|
|
PLIST_FILES= bin/beep
|
|
|
|
|
2003-04-08 10:17:16 +00:00
|
|
|
.include <bsd.port.mk>
|