blob: b84f738623df56db247a735d54c96509bc5e1e04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: wavplay
# Date created: 14 January 2000
# Whom: greg
#
# $FreeBSD$
#
PORTNAME= wavplay
PORTVERSION= 1.4
CATEGORIES= audio
MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/sound/players/
MAINTAINER= greg@rosevale.com.au
MAN1= wavplay.1
.include <bsd.port.mk>
|