--- Makefile.original 2009-03-02 16:56:31.000000000 -0500 +++ Makefile 2009-03-02 17:03:19.000000000 -0500 @@ -47,6 +47,7 @@ ICONV "Support international characters" on \ ID3TAG "Support id3v1 tag encoding" off \ IPV6 "Support IPv6 protocol" on \ + CURL "Support http streaming (curl)" on \ AO "Support libao audio library" off \ PULSEAUDIO "Support PulseAudio sound server" off \ JACK "Support JACK audio server" off \ @@ -117,6 +118,12 @@ CONFIGURE_ARGS+=--disable-ipv6 .endif +.if defined(WITHOUT_CURL) +CONFIGURE_ARGS+=--disable-curl +.else +LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl +.endif + .if defined(WITH_AO) CONFIGURE_ARGS+=--enable-ao LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao