diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-30 10:51:40 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-30 10:51:40 +0800 |
commit | 7ceca929d5b71d4fb3b31923463a805c0c1a7952 (patch) | |
tree | 192ab13e4efceb6d4df58ceaee3a7004e8e629ce /audio/rhythmbox-devel/Makefile | |
parent | a1e08072c6f56a64a137ef947b38cb30a62b6ef1 (diff) | |
download | marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar.gz marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar.bz2 marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar.lz marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar.xz marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.tar.zst marcuscom-ports-7ceca929d5b71d4fb3b31923463a805c0c1a7952.zip |
Remove this port now that it is in ports-stable.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2909 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel/Makefile')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile deleted file mode 100644 index d282a912b..000000000 --- a/audio/rhythmbox-devel/Makefile +++ /dev/null @@ -1,80 +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.47 2004/08/20 04:41:45 marcus Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.8.6 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@freebsd.org -COMMENT= Audio player for the Gnome 2 desktop environment - -LIB_DEPENDS= musicbrainz.4:${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 intlhack gnomeprefix libgnomeui -USE_LIBTOOL_VER=15 -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas -OPTIONS= XINE "Use xine backend instead of GStreamer" off \ - MONKEYMEDIA "Use MonkeyMedia metadata reader" off \ - IPOD "Enable iPod support" off - -.include <bsd.port.pre.mk> - -.ifdef (WITH_XINE) -LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine -CONFIGURE_ARGS+= --with-player=xine -WITH_MONKEYMEDIA= yes -.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 - -.ifdef (WITH_IPOD) -CONFIGURE_ARGS+= --enable-ipod -.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> |