blob: 8a2834f2fff8ab0decf53195e151d368e9e5b7ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: beep
# Date Created: June 9, 2002
# Whom: Tyler Spivey
#
# $FreeBSD$
PORTNAME= beep
PORTVERSION= 1.0
CATEGORIES= audio
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
MAINTAINER= admin@mjbrune.org
COMMENT= Beeps a certain duration and pitch out of the PC Speaker
MAN1= beep.1
MANCOMPRESSED= maybe
WRKSRC= ${WRKDIR}/${PORTNAME}
ONLY_FOR_ARCHS= i386 amd64 pc98
PLIST_FILES= bin/beep
post-patch:
${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \
${WRKSRC}/beep.c
.include <bsd.port.mk>
|