freebsd-ports/audio/beep/Makefile
Mark Linimon 2e565471a6 Scrub pc98 from ARCH definitions. While here, sort ARCHs and clean up.
Approved by:	portmgr (tier-2 blanket)
2017-06-26 22:26:55 +00:00

26 lines
487 B
Makefile

# Created by: Tyler Spivey
# $FreeBSD$
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>