summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox-devel/Makefile')
-rw-r--r--audio/rhythmbox-devel/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index e62886cbe..f8b58d1ac 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/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