diff options
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index e62886cbe..f8b58d1ac 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -29,7 +29,8 @@ 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 + MONKEYMEDIA "Use MonkeyMedia metadata reader" off \ + IPOD "Enable iPod support" off .include <bsd.port.pre.mk> @@ -48,6 +49,10 @@ 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 |