From d8b9f3bf375d7e9a9f5597e3f66770802679aa39 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sun, 26 May 2002 04:00:50 +0000 Subject: Import xmms-mad-0.0.9: xmms-mad is an input plugin for xmms that uses libmad to decode MPEG layer 1/2/3 file and streams. Current featured include: local mp3 file playback shoutchast/icecast stream playback seeking ID3 tag parsing http header parsing See http://www.superduper.net/xmms-mad/ for more information. --- audio/xmms-mad/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 audio/xmms-mad/Makefile (limited to 'audio/xmms-mad/Makefile') diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile new file mode 100644 index 00000000000..9b3a8091416 --- /dev/null +++ b/audio/xmms-mad/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/26 04:00:50 jmcneill Exp $ +# + +DISTNAME= xmms-mad-0.0.9 +CATEGORIES= audio +MASTER_SITES= http://www.superduper.net/downloads/xmms-mad/ + +MAINTAINER= jmcneill@netbsd.org +HOMEPAGE= http://www.superduper.net/xmms-mad/ +COMMENT= Input plugin for XMMS that uses libmad + +DEPENDS+= mad>=0.14:../../audio/mad + +GNU_CONFIGURE= YES +CONFIGURE_ENV+= LDFLAGS="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib" +CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" +CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 + +.include "../../mk/bsd.prefs.mk" + +.if (${OPSYS} == NetBSD) +CPPFLAGS+= -DHAVE_NANOSLEEP=1 +.endif + +.include "../../audio/xmms/buildlink.mk" +.include "../../mk/ossaudio.buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3