e696084d23
Approved by: miwi (mentor)
23 lines
405 B
Makefile
23 lines
405 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= amdmi3@FreeBSD.org
|
|
COMMENT= A wav player and recorder
|
|
|
|
MAN1= wavplay.1
|
|
|
|
PLIST_FILES= bin/wavplay bin/wavrec
|
|
|
|
.include <bsd.port.mk>
|