diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-03 14:35:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-03 14:35:32 +0800 |
commit | d2163677cf0a76cb0dd1c5809eab97c0ad27826d (patch) | |
tree | 5b72b4da00c99a498c094372d0d546e886956deb /audio/rhythmbox/Makefile | |
parent | 286a9076aa0294a5e165f980dc084b9a02fb7906 (diff) | |
download | marcuscom-ports-d2163677cf0a76cb0dd1c5809eab97c0ad27826d.tar marcuscom-ports-d2163677cf0a76cb0dd1c5809eab97c0ad27826d.tar.gz marcuscom-ports-d2163677cf0a76cb0dd1c5809eab97c0ad27826d.tar.bz2 marcuscom-ports-d2163677cf0a76cb0dd1c5809eab97c0ad27826d.tar.lz marcuscom-ports-d2163677cf0a76cb0dd1c5809eab97c0ad27826d.tar.xz marcuscom-ports-d2163677cf0a76cb0dd1c5809eab97c0ad27826d.tar.zst marcuscom-ports-d2163677cf0a76cb0dd1c5809eab97c0ad27826d.zip |
Add iPod support.
Submitted by: adamw
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2245 df743ca5-7f9a-e211-a948-0013205c9059
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 |