From 73cb2357a7c7f905403cf41592bcbd7286fd85ae Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@df743ca5-7f9a-e211-a948-0013205c9059> Date: Sun, 14 Mar 2004 21:59:50 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'GNOME_2_6'. git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_2_6@2058 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/rhythmbox-devel/Makefile | 74 ------------------------------------------ 1 file changed, 74 deletions(-) delete mode 100644 audio/rhythmbox-devel/Makefile (limited to 'audio/rhythmbox-devel/Makefile') diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile deleted file mode 100644 index a19a48efb..000000000 --- a/audio/rhythmbox-devel/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/audio/rhythmbox/Makefile,v 1.28 2004/02/04 05:18:37 marcus Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.7.0 -PORTREVISION= 1 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7 -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@freebsd.org -COMMENT= Audio player for the Gnome 2 desktop environment - -LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \ - FLAC.5:${PORTSDIR}/audio/flac \ - mad.2:${PORTSDIR}/audio/libmad \ - id3tag.2:${PORTSDIR}/audio/libid3tag - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_LIBTOOL_VER=13 -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" - -OPTIONS= XINE "Use xine backend instead of GStreamer" off \ - MONKEYMEDIA "Use MonkeyMedia metadata reader" off - -.include <bsd.port.pre.mk> - -.ifdef (WITH_XINE) -LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine -CONFIGURE_ARGS+= --with-player=xine -.else -CONFIGURE_ARGS+= --with-player=gstreamer -USE_GNOME+= gstreamerplugins -.endif - -.ifdef (WITH_MONKEYMEDIA) -CONFIGURE_ARGS+= --with-metadata=monkeymedia -.else -CONFIGURE_ARGS+= --with-metadata=gstreamer -USE_GNOME+= gstreamerplugins -.endif - -.if exists(${LOCALBASE}/lib/libvorbis.so) -WITH_VORBIS= yes -.endif - -.ifdef (WITH_VORBIS) -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -pre-everything:: -.if !defined(WITH_XINE) - @${ECHO_MSG} - @${ECHO_MSG} "You must have gstreamer-plugins built with MAD support!" - @${ECHO_MSG} -.endif -.if !defined(WITH_VORBIS) - @${ECHO_MSG} - @${ECHO_MSG} "Define WITH_VORBIS to enable Vorbis support" - @${ECHO_MSG} -.endif - -.include <bsd.port.post.mk> -- cgit v1.2.3