opnsense-ports/audio/splay/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
422 B
Makefile

# 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
PLIST_FILES= bin/splay man/man1/splay.1.gz
# XXX: pthread library can be used, but sound quality is buggy(?)
.include <bsd.port.mk>