mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
1e2f10b742
PR: ports/151527 Submitted by: Michael Brune <Admin@mjbrune.org> (maintainer)
28 lines
559 B
Makefile
28 lines
559 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= 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>
|