blob: 42d89ab1e06ed82ee29d78fc0e21e40e35081000 (
plain) (
blame)
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: splay
# Date created: 1 Apr 1997
# Whom: cjh
#
# $FreeBSD$
#
# pthread library can be used, but sound quality is buggy
#
PORTNAME= splay
PORTVERSION= 0.9.5.2
CATEGORIES= audio
MASTER_SITES= http://splay.sourceforge.net/tgz/
MAINTAINER= cjh@FreeBSD.org
COMMENT= An audio player that decodes MPEG Layer I,II,III and WAV files
GNU_CONFIGURE= yes
MAN1= splay.1
PLIST_FILES= bin/splay
.include <bsd.port.mk>
|