diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-16 21:57:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-16 21:57:52 +0800 |
commit | 6df669557d48a9eee110f2744dc2b01069181405 (patch) | |
tree | 74ea0cc7b31daa32840ebecdf0ea77528fcb7db8 /audio/ices | |
parent | 692a76aa1bad5ddf64273775529ad1770fafee0b (diff) | |
download | freebsd-ports-gnome-6df669557d48a9eee110f2744dc2b01069181405.tar.gz freebsd-ports-gnome-6df669557d48a9eee110f2744dc2b01069181405.tar.zst freebsd-ports-gnome-6df669557d48a9eee110f2744dc2b01069181405.zip |
Remove unsupported and old ices0 (consider using audio/ices if you need the functionnality)
Modernize audio/ices
Diffstat (limited to 'audio/ices')
-rw-r--r-- | audio/ices/Makefile | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile index 6a9766dbdbcf..ffb4dff6bb7a 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -13,11 +13,11 @@ COMMENT= Vorbis streaming source client for icecast 2 LICENSE= GPLv2 -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ - shout:${PORTSDIR}/audio/libshout2 \ - vorbis:${PORTSDIR}/audio/libvorbis \ - speex:${PORTSDIR}/audio/speex \ - theora:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ + libshout.so:${PORTSDIR}/audio/libshout2 \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libspeex.so:${PORTSDIR}/audio/speex \ + libtheora.so:${PORTSDIR}/multimedia/libtheora OPTIONS_DEFINE= ALSA @@ -30,12 +30,7 @@ CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MALSA} -LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib -.else -CONFIGURE_ARGS+=--disable-alsa -.endif +ALSA_LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib +ALSA_CONFIGURE_ENABLE+= alsa .include <bsd.port.mk> |