freebsd-ports/audio/wavplay/Makefile
Simon Barner 4130d887b2 - Open sound device in read-only mode so it works also on the second, third,...
invokation if the soundcard is in half-duplex mode.
- Bump PORTREVISION

Submitted by:	Watanabe Kazuhiro <CQG00620@nifty.ne.jp>
PR:		ports/90226
2005-12-11 23:18:07 +00:00

24 lines
426 B
Makefile

# New ports collection makefile for: wavplay
# Date created: 14 January 2000
# Whom: greg
#
# $FreeBSD$
#
PORTNAME= wavplay
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players
MAINTAINER= ports@FreeBSD.org
COMMENT= A wav player and recorder
ONLY_FOR_ARCHS= i386
MAN1= wavplay.1
PLIST_FILES= bin/wavplay bin/wavrec
.include <bsd.port.mk>