summaryrefslogtreecommitdiff
path: root/audio/splay/Makefile
blob: 5e3220356106ce89465c2112787a6a86a0f395e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Choi Jun Ho <junker@moderato.snu.ac.kr>
# $FreeBSD$

PORTNAME=	splay
PORTVERSION=	0.9.5.2
CATEGORIES=	audio
MASTER_SITES=	http://splay.sourceforge.net/tgz/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Audio player that decodes MPEG Layer 1/2/3 and WAV files

GNU_CONFIGURE=	yes

MAN1=		splay.1
PLIST_FILES=	bin/splay

# XXX: pthread library can be used, but sound quality is buggy(?)

.include <bsd.port.mk>