mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
4130d887b2
invokation if the soundcard is in half-duplex mode. - Bump PORTREVISION Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> PR: ports/90226
25 lines
426 B
Makefile
25 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>
|