4b5e1e647e
Noticed by: kris/bento
27 lines
606 B
Makefile
27 lines
606 B
Makefile
# 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= ports@freebsd.org
|
|
COMMENT= Beeps a certain duration and pitch out of the PC Speaker
|
|
|
|
MAN1= beep.1
|
|
MANCOMPRESSED= maybe
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "alpha"
|
|
IGNORE= "missing machine/speaker.h, sorry"
|
|
.endif
|
|
.include <bsd.port.post.mk>
|