mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate")
22 lines
453 B
Makefile
22 lines
453 B
Makefile
PORTNAME= beep
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
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 share/man/man1/beep.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \
|
|
${WRKSRC}/beep.c
|
|
|
|
.include <bsd.port.mk>
|