1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/audio/beep/Makefile
2021-04-06 16:31:07 +02:00

25 lines
475 B
Makefile

# 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>