diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 11:45:37 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 11:45:37 +0800 |
commit | f55ee497ec5cb91bb25b783df0820567f3c4c543 (patch) | |
tree | 8ed2163085cb9e0bdd56a3130c8f0c063b440d7a /audio/rhythmbox/Makefile | |
parent | 0963c9654cc3add56bbafa91db2153593bf10960 (diff) | |
download | marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar.gz marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar.bz2 marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar.lz marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar.xz marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.tar.zst marcuscom-ports-f55ee497ec5cb91bb25b783df0820567f3c4c543.zip |
- Clean audio
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5050 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile deleted file mode 100644 index 3af1a44e4..000000000 --- a/audio/rhythmbox/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: rhythmbox -# Date created: 17 August 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.39 2005/10/23 10:29:00 kwm Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.9.1 -PORTREVISION= 2 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Audio player for the Gnome 2 desktop environment - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ - dbus-1.1:${PORTSDIR}/devel/dbus - -USE_BZIP2= yes -USE_X_PREFIX= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -USE_GSTREAMER= flac mad gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu -CONFIGURE_ENV= LIBS="-lm" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" - -GCONF_SCHEMAS= rhythmbox.schemas - -OPTIONS= IPOD "Enable iPod support" off \ - DAAP "Enable iTunes music sharing" off \ - FAAD "Enable FAAD decoder support" off - -.include <bsd.port.pre.mk> - -.ifdef (WITH_IPOD) -CONFIGURE_ARGS+= --enable-ipod -.endif - -.if exists(${LOCALBASE}/lib/libvorbis.so) -WITH_VORBIS= yes -.endif - -.ifdef (WITH_VORBIS) -USE_GSTREAMER+= vorbis -.else -CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest -.endif - -.if defined(WITH_FAAD) -USE_GSTREAMER+= faad -.endif - -.if defined(WITH_DAAP) -CONFIGURE_ARGS+= --enable-daap --with-mdns=howl -LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup \ - howl.0:${PORTSDIR}/net/howl -.else -.if exists(${LOCALBASE}/lib/libhowl.a) -LIB_DEPENDS+= howl.0:${PORTSDIR}/net/howl -.endif -CONFIGURE_ARGS+= --disable-daap -.endif - -pre-everything:: -.if !defined(WITH_VORBIS) - @${ECHO_MSG} - @${ECHO_MSG} "Define WITH_VORBIS to enable Vorbis support" - @${ECHO_MSG} -.endif - -.include <bsd.port.post.mk> |