diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-07 00:24:53 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-07 00:24:53 +0000 |
commit | 09a1ea9cd7b17339afffa7d0efc7661b5cef3dd1 (patch) | |
tree | ae013e568bf76ad4f15e46ae9c4597bbbc2b4998 /audio/xmms-bonk | |
parent | cd4a3ff1332c9118395fda16fc838cbaf9fb4afe (diff) | |
download | ports-09a1ea9cd7b17339afffa7d0efc7661b5cef3dd1.tar.gz ports-09a1ea9cd7b17339afffa7d0efc7661b5cef3dd1.zip |
Notes
Diffstat (limited to 'audio/xmms-bonk')
-rw-r--r-- | audio/xmms-bonk/Makefile | 23 | ||||
-rw-r--r-- | audio/xmms-bonk/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms-bonk/files/patch-Makefile | 22 | ||||
-rw-r--r-- | audio/xmms-bonk/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms-bonk/pkg-descr | 3 | ||||
-rw-r--r-- | audio/xmms-bonk/pkg-plist | 2 |
6 files changed, 52 insertions, 0 deletions
diff --git a/audio/xmms-bonk/Makefile b/audio/xmms-bonk/Makefile new file mode 100644 index 000000000000..aa42d903ac8c --- /dev/null +++ b/audio/xmms-bonk/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xmms-bonk +# Date created: 2002-06-15 +# Whom: Christian Weisgerber <naddy@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= xmms-bonk +PORTVERSION= 0.12 +CATEGORIES= audio +MASTER_SITES= http://www.proustmedia.de/bonk-xmms/ +DISTNAME= bonk-xmms-${PORTVERSION} + +MAINTAINER= naddy@FreeBSD.org + +LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms + +USE_X_PREFIX= yes +ALL_TARGET= + +do-install: + ${INSTALL_DATA} ${WRKSRC}/libbonk.so ${PREFIX}/lib/xmms/Input + +.include <bsd.port.mk> diff --git a/audio/xmms-bonk/distinfo b/audio/xmms-bonk/distinfo new file mode 100644 index 000000000000..5bfb7a7eed67 --- /dev/null +++ b/audio/xmms-bonk/distinfo @@ -0,0 +1 @@ +MD5 (bonk-xmms-0.12.tar.gz) = 2c9fd9d6b0068195406c7021a921235c diff --git a/audio/xmms-bonk/files/patch-Makefile b/audio/xmms-bonk/files/patch-Makefile new file mode 100644 index 000000000000..078977df4629 --- /dev/null +++ b/audio/xmms-bonk/files/patch-Makefile @@ -0,0 +1,22 @@ + +$FreeBSD$ + +--- Makefile.orig Sat Jun 15 15:37:43 2002 ++++ Makefile Sat Jun 15 15:38:41 2002 +@@ -9,14 +9,10 @@ + CPP=g++ + INSTDIR=`xmms-config --plugin-dir`/Input + +-ifdef DEBUG +- CFLAGS=-Wall -O2 -fno-exceptions -ffast-math -D_REENTRANT `gtk-config --cflags` -g -DDEBUG +-else +- CFLAGS=-Wall -O2 -fno-exceptions -ffast-math -D_REENTRANT `gtk-config --cflags` +-endif ++CXXFLAGS+= -fno-exceptions -D_REENTRANT `xmms-config --cflags` + + libbonk.so : bonk-xmms.cc +- $(CPP) $(CFLAGS) -shared -o libbonk.so bonk-xmms.cc -lstdc++ ++ $(CXX) $(CXXFLAGS) -shared -o libbonk.so bonk-xmms.cc -lstdc++ + + install : libbonk.so + cp libbonk.so $(INSTDIR) diff --git a/audio/xmms-bonk/pkg-comment b/audio/xmms-bonk/pkg-comment new file mode 100644 index 000000000000..1c8ba59250f9 --- /dev/null +++ b/audio/xmms-bonk/pkg-comment @@ -0,0 +1 @@ +XMMS input plugin to play bonk files diff --git a/audio/xmms-bonk/pkg-descr b/audio/xmms-bonk/pkg-descr new file mode 100644 index 000000000000..a530501a5b2f --- /dev/null +++ b/audio/xmms-bonk/pkg-descr @@ -0,0 +1,3 @@ +bonk-xmms is a plugin for the multimedia player XMMS that plays +audio files in the bonk format, which supports lossless and lossy +compression. diff --git a/audio/xmms-bonk/pkg-plist b/audio/xmms-bonk/pkg-plist new file mode 100644 index 000000000000..54a15467f7bf --- /dev/null +++ b/audio/xmms-bonk/pkg-plist @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +lib/xmms/Input/libbonk.so |