mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c7caaad738
PR: 97602 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
25 lines
499 B
Makefile
25 lines
499 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/ \
|
|
http://ftp.osuosl.org/pub/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= ports@FreeBSD.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
|
|
|
|
PLIST_FILES= bin/beep
|
|
|
|
.include <bsd.port.mk>
|