ports/net/libshout/Makefile

32 lines
603 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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
2023-09-27 17:15:09 +00:00
SITES= https://downloads.xiph.org/releases/libshout/
2023-08-16 22:26:55 +00:00
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>