aboutsummaryrefslogtreecommitdiff
path: root/audio/beep/Makefile
blob: db5d26f3e6caa8ac5b5f2b215a47e776dc6f223b (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
# Created by: Tyler Spivey

PORTNAME=	beep
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	LOCAL/garga/${PORTNAME}

MAINTAINER=	garga@FreeBSD.org
COMMENT=	Beeps a certain duration and pitch out of the PC Speaker

LICENSE=	BSD4CLAUSE

WRKSRC=		${WRKDIR}/${PORTNAME}

ONLY_FOR_ARCHS=	amd64 i386

PLIST_FILES=	bin/beep man/man1/beep.1.gz

post-patch:
	@${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \
		${WRKSRC}/beep.c

.include <bsd.port.mk>