diff options
author | pat <pat@FreeBSD.org> | 2002-01-27 17:59:44 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-27 17:59:44 +0000 |
commit | f212b55b8add9d66225389fe9191724fa9a115bf (patch) | |
tree | 1dc1a3c40173e29796670e0cce7e59e00749462c /graphics/xmms-goom | |
parent | f81c9f02631492a3db0103a1746c4c7bded467e1 (diff) | |
download | FreeBSD-ports-f212b55b8add9d66225389fe9191724fa9a115bf.zip FreeBSD-ports-f212b55b8add9d66225389fe9191724fa9a115bf.tar.gz |
Add new port graphics/xmms-goom - A cool visualization plugin for xmms
PR: 34327
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'graphics/xmms-goom')
-rw-r--r-- | graphics/xmms-goom/Makefile | 32 | ||||
-rw-r--r-- | graphics/xmms-goom/distinfo | 1 | ||||
-rw-r--r-- | graphics/xmms-goom/files/patch-ltmain.sh | 25 | ||||
-rw-r--r-- | graphics/xmms-goom/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xmms-goom/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/xmms-goom/pkg-plist | 1 |
6 files changed, 67 insertions, 0 deletions
diff --git a/graphics/xmms-goom/Makefile b/graphics/xmms-goom/Makefile new file mode 100644 index 0000000..7d04051 --- /dev/null +++ b/graphics/xmms-goom/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xmms-goom +# Date created: 20 Jan 2002 +# Whom: David Yeske <dyeske@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= goom +PORTVERSION= 1.7.6 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= goom +PKGNAMEPREFIX= xmms- +DISTNAME= xmms-goom_${PORTVERSION:S/.p/pre/} +EXTRACT_SUFX= .tgz + +MAINTAINER= dyeske@yahoo.com + +LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +USE_GTK= yes + +pre-patch: + @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g;' \ + ${WRKSRC}/configure + @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g; s|-lgtk|-lgtk12|g;' \ + ${WRKSRC}/src/Makefile.in + +.include <bsd.port.mk> diff --git a/graphics/xmms-goom/distinfo b/graphics/xmms-goom/distinfo new file mode 100644 index 0000000..6e6f048 --- /dev/null +++ b/graphics/xmms-goom/distinfo @@ -0,0 +1 @@ +MD5 (xmms-goom_1.7.6.tgz) = 8eeeb99f5d4f14c90871495c9b8bf9fe diff --git a/graphics/xmms-goom/files/patch-ltmain.sh b/graphics/xmms-goom/files/patch-ltmain.sh new file mode 100644 index 0000000..2ac0527 --- /dev/null +++ b/graphics/xmms-goom/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/graphics/xmms-goom/pkg-comment b/graphics/xmms-goom/pkg-comment new file mode 100644 index 0000000..ecd8e80 --- /dev/null +++ b/graphics/xmms-goom/pkg-comment @@ -0,0 +1 @@ +A cool XMMS visualization diff --git a/graphics/xmms-goom/pkg-descr b/graphics/xmms-goom/pkg-descr new file mode 100644 index 0000000..a7fbf7a --- /dev/null +++ b/graphics/xmms-goom/pkg-descr @@ -0,0 +1,7 @@ +A cool XMMS visualization like the one by the same name for Winamp, +itunes, and Windows Media Player + +WWW: http://goom.sourceforge.net/ + +- David +dyeske@yahoo.com diff --git a/graphics/xmms-goom/pkg-plist b/graphics/xmms-goom/pkg-plist new file mode 100644 index 0000000..b035c2c --- /dev/null +++ b/graphics/xmms-goom/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Visualization/libgoom.so |