blob: 4436358afecc2bdc5c4852b50e47ede85e7762f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: wavplay
# Date created: 14 January 2000
# Whom: greg
#
# $FreeBSD$
#
PORTNAME= wavplay
PORTVERSION= 1.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/players
MAINTAINER= ports@FreeBSD.Org
PORTCOMMENT= A wav player and recorder
ONLY_FOR_ARCHS= i386
MAN1= wavplay.1
.include <bsd.port.mk>
|