diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-fc/Makefile | 22 | ||||
-rw-r--r-- | audio/xmms-fc/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms-fc/files/patch-ltmain.sh | 25 | ||||
-rw-r--r-- | audio/xmms-fc/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms-fc/pkg-descr | 6 | ||||
-rw-r--r-- | audio/xmms-fc/pkg-plist | 1 |
7 files changed, 57 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f888fd188a24..d9696fc237e2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -247,6 +247,7 @@ SUBDIR += xmms SUBDIR += xmms-crossfade SUBDIR += xmms-crystality + SUBDIR += xmms-fc SUBDIR += xmms-kde SUBDIR += xmms-liveice SUBDIR += xmms-quix3dn diff --git a/audio/xmms-fc/Makefile b/audio/xmms-fc/Makefile new file mode 100644 index 000000000000..c136034e2531 --- /dev/null +++ b/audio/xmms-fc/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xmms-fc +# Date created: 8 Jan 2002 +# Whom: David Yeske <dyeske@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= xmms-fc +PORTVERSION= 0.5.1 +CATEGORIES= audio +MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/mod/ +EXTRACT_SUFX= .tgz + +MAINTAINER= dyeske@yahoo.com + +LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GTK= yes + +.include <bsd.port.mk> diff --git a/audio/xmms-fc/distinfo b/audio/xmms-fc/distinfo new file mode 100644 index 000000000000..c181d3a233ef --- /dev/null +++ b/audio/xmms-fc/distinfo @@ -0,0 +1 @@ +MD5 (xmms-fc-0.5.1.tgz) = 3069f01227674cb1e33b04caac51b653 diff --git a/audio/xmms-fc/files/patch-ltmain.sh b/audio/xmms-fc/files/patch-ltmain.sh new file mode 100644 index 000000000000..2ac052749556 --- /dev/null +++ b/audio/xmms-fc/files/patch-ltmain.sh @@ -0,0 +1,25 @@ +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -2408,6 +2408,9 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; ++ *-*-freebsd*) ++ # FreeBSD doesn't need this... ++ ;; + *) + # Add libc to deplibs on all other systems if necessary. + if test "$build_libtool_need_lc" = "yes"; then +@@ -4175,10 +4178,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/xmms-fc/pkg-comment b/audio/xmms-fc/pkg-comment new file mode 100644 index 000000000000..d98059d7ebcd --- /dev/null +++ b/audio/xmms-fc/pkg-comment @@ -0,0 +1 @@ +A XMMS future composer input plugin diff --git a/audio/xmms-fc/pkg-descr b/audio/xmms-fc/pkg-descr new file mode 100644 index 000000000000..325258794f67 --- /dev/null +++ b/audio/xmms-fc/pkg-descr @@ -0,0 +1,6 @@ +A XMMS future composer input plugin + +WWW: http://www.geocities.com/SiliconValley/Lakes/5147/mod/ + +- David +dyeske@yahoo.com diff --git a/audio/xmms-fc/pkg-plist b/audio/xmms-fc/pkg-plist new file mode 100644 index 000000000000..c8264ff491cb --- /dev/null +++ b/audio/xmms-fc/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Input/libfc.so |