31 lines
603 B
Makefile
31 lines
603 B
Makefile
COMMENT= library for communicating with an icecast server
|
|
|
|
DISTNAME= libshout-2.4.5
|
|
|
|
SHARED_LIBS += shout 6.1 # 5.0
|
|
|
|
CATEGORIES= net audio
|
|
|
|
HOMEPAGE= https://icecast.org/
|
|
|
|
MAINTAINER= Moritz Grimm <mgrimm@mrsserver.net>
|
|
|
|
# LGPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c crypto m ogg pthread speex ssl theora>=1 vorbis>=4
|
|
|
|
SITES= https://downloads.xiph.org/releases/libshout/
|
|
|
|
LIB_DEPENDS= audio/libogg \
|
|
audio/libvorbis \
|
|
audio/speex \
|
|
multimedia/libtheora
|
|
|
|
FAKE_FLAGS= docdir='${PREFIX}/share/examples/libshout'
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
SEPARATE_BUILD= Yes
|
|
|
|
.include <bsd.port.mk>
|