diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 02:47:51 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 02:47:51 +0000 |
commit | c3ef22e5074da76f3c1ee829ef48d204ce040fc8 (patch) | |
tree | e774af268961483556ceccc49ef1a585f2e45ce0 /audio/gnapster | |
parent | b701e182a654c26eba0d8736d26c90cc1ffc7811 (diff) |
Notes
Diffstat (limited to 'audio/gnapster')
-rw-r--r-- | audio/gnapster/Makefile | 42 | ||||
-rw-r--r-- | audio/gnapster/distinfo | 2 | ||||
-rw-r--r-- | audio/gnapster/files/patch-ae | 42 | ||||
-rw-r--r-- | audio/gnapster/files/patch-af | 11 | ||||
-rw-r--r-- | audio/gnapster/pkg-descr | 4 | ||||
-rw-r--r-- | audio/gnapster/pkg-plist | 13 |
6 files changed, 0 insertions, 114 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile deleted file mode 100644 index 2dcfa6341f42..000000000000 --- a/audio/gnapster/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gnapster -# Date created: 24 December 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnapster -PORTVERSION= 1.5.0 -PORTREVISION= 9 -CATEGORIES= audio -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNOME client for the online mp3 community called napster - -DEPRECATED= Abandonware -EXPIRATION_DATE= 2011-09-01 - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= imlib -WANT_GNOME= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mgnomelibs}!="" -USE_GNOME+= gnomehack gnomelibs -CONFIGURE_ARGS+= --datadir=${PREFIX}/share -PKGNAMESUFFIX= -gnome -.else -CONFIGURE_ARGS+=--disable-gnome --disable-gdk-pixbuf -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/audio/gnapster/distinfo b/audio/gnapster/distinfo deleted file mode 100644 index 97d47e2e2b99..000000000000 --- a/audio/gnapster/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnapster-1.5.0.tar.gz) = e5f995b4c65c0a0db5779e925002de41d2028461f5ecaf50f3649db3aee47f7f -SIZE (gnapster-1.5.0.tar.gz) = 513813 diff --git a/audio/gnapster/files/patch-ae b/audio/gnapster/files/patch-ae deleted file mode 100644 index a777c23444a3..000000000000 --- a/audio/gnapster/files/patch-ae +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.orig Mon Jun 4 09:02:09 2001 -+++ configure Tue May 31 16:22:07 2005 -@@ -1323,7 +1323,7 @@ - - GNAPSTER_INCLUDES="" - GNAPSTER_LDADD="" --CFLAGS="-g" -+#CFLAGS="-g" - - - if test "$gnome" = yes; then -@@ -1370,8 +1370,8 @@ - echo "$ac_t""GNOME not found, building without it." 1>&6 - GUI_LIBS="$GUI_LIBS $GTK_LIBS" - GUI_CFLAGS="$GUI_CFLAGS $GTK_CFLAGS" -- GNAPSTER_INCLUDES="`gtk-config --cflags`" -- GNAPSTER_LDADD="`gtk-config --libs`" -+ GNAPSTER_INCLUDES="`$GTK_CONFIG --cflags`" -+ GNAPSTER_LDADD="`$GTK_CONFIG --libs`" - else - echo "$ac_t""ok" 1>&6 - -@@ -1693,8 +1693,8 @@ - GNAPSTER_LDADD="$GNOME_LIBDIR $GTK_LIBS $GNOMEGNORBA_LIBS $GNOME_APPLETS_LIBS" - fi - else -- GNAPSTER_INCLUDES="`gtk-config --cflags`" -- GNAPSTER_LDADD="`gtk-config --libs`" -+ GNAPSTER_INCLUDES="`$GTK_CONFIG --cflags`" -+ GNAPSTER_LDADD="`$GTK_CONFIG --libs`" - fi - - -@@ -2927,7 +2927,7 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ -+$ac_aux_dir/ltconfig --no-reexec \ - $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - diff --git a/audio/gnapster/files/patch-af b/audio/gnapster/files/patch-af deleted file mode 100644 index b0c4ca067635..000000000000 --- a/audio/gnapster/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- pixmaps/Makefile.in.orig Mon Nov 6 19:53:30 2000 -+++ pixmaps/Makefile.in Mon Nov 6 19:55:59 2000 -@@ -121,7 +121,7 @@ - - EXTRA_DIST = gnapster.png - --pixmapdir = $(datadir)/pixmaps -+pixmapdir = $(pkgdatadir)/pixmaps - - pixmap_DATA = gnapster.png - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/audio/gnapster/pkg-descr b/audio/gnapster/pkg-descr deleted file mode 100644 index 9f4592d2b463..000000000000 --- a/audio/gnapster/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A full-featured client for the online music community Napster and its clones. -Supports connecting to multiple servers at once. - -WWW: http://sourceforge.net/projects/gnapster/ diff --git a/audio/gnapster/pkg-plist b/audio/gnapster/pkg-plist deleted file mode 100644 index d66cb6946cda..000000000000 --- a/audio/gnapster/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/gnapster -share/gnapster/themes/cyblue.theme -share/gnapster/themes/cypress.theme -share/gnapster/themes/default.theme -share/gnapster/themes/faded.theme -share/gnapster/pixmaps/gnapster.png -share/gnapster/pixmaps/speedgray.xpm -share/gnapster/pixmaps/speedgreen.xpm -share/gnapster/pixmaps/speedred.xpm -share/gnapster/pixmaps/speedyellow.xpm -@dirrm share/gnapster/themes -@dirrm share/gnapster/pixmaps -@dirrm share/gnapster |