diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-27 17:59:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-27 17:59:44 +0000 |
commit | 47656f37c4a4f175103527e7ca7364ebde64e341 (patch) | |
tree | 5010485170f3aa697419cc0ef0b0206f16606131 /graphics/xmms-goom | |
parent | bd71a8310f23517d9ec39c001dee4f8bc6ba13e1 (diff) |
Notes
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 000000000000..7d0405197b4b --- /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 000000000000..6e6f04843858 --- /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 000000000000..2ac052749556 --- /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 000000000000..ecd8e80575a7 --- /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 000000000000..a7fbf7aa5aea --- /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 000000000000..b035c2cf21eb --- /dev/null +++ b/graphics/xmms-goom/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Visualization/libgoom.so |