summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-22 16:44:35 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-22 16:44:35 +0800
commit6ea588c48f1be5a5d03df973fbc7f70dc9a6ac20 (patch)
treef4516d8573e0ee5c6970dd1ce9e53765990c0eba /audio/rhythmbox/Makefile
parent344c88fca76c6539a98cc50e733dab17e769a985 (diff)
downloadmarcuscom-ports-6ea588c48f1be5a5d03df973fbc7f70dc9a6ac20.tar
marcuscom-ports-6ea588c48f1be5a5d03df973fbc7f70dc9a6ac20.tar.gz
marcuscom-ports-6ea588c48f1be5a5d03df973fbc7f70dc9a6ac20.tar.bz2
marcuscom-ports-6ea588c48f1be5a5d03df973fbc7f70dc9a6ac20.tar.lz
marcuscom-ports-6ea588c48f1be5a5d03df973fbc7f70dc9a6ac20.tar.xz
marcuscom-ports-6ea588c48f1be5a5d03df973fbc7f70dc9a6ac20.tar.zst
marcuscom-ports-6ea588c48f1be5a5d03df973fbc7f70dc9a6ac20.zip
Remove rhythmbox now that it is in sync with the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1690 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r--audio/rhythmbox/Makefile67
1 files changed, 0 insertions, 67 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
deleted file mode 100644
index 784fcbade..000000000
--- a/audio/rhythmbox/Makefile
+++ /dev/null
@@ -1,67 +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.19 2003/12/07 03:58:43 marcus Exp $
-#
-
-PORTNAME= rhythmbox
-PORTVERSION= 0.6.4
-CATEGORIES= audio gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
-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 lthack libgnomeui
-USE_LIBTOOL= yes
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \
- CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
-
-.ifdef (WITH_XINE)
-LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
-CONFIGURE_ARGS+= --enable-xine
-.else
-USE_GNOME+= gstreamerplugins
-.endif
-
-.include <bsd.port.pre.mk>
-
-.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
-.if !defined(WITH_XINE)
- @${ECHO_MSG}
- @${ECHO_MSG} "Define WITH_XINE to use xine backend instead of gstreamer"
- @${ECHO_MSG}
-.endif
-
-.include <bsd.port.post.mk>