2022-03-11 19:45:43 +00:00

22 lines
368 B
Makefile

COMMENT= pipe an Ogg stream to an Icecast server
DISTNAME= oggfwd-0.2
REVISION= 2
CATEGORIES= net multimedia
HOMEPAGE= http://v2v.cc/~j/ffmpeg2theora/oggfwd/
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB= c m ogg pthread theora vorbis shout>=5 speex>=4
MASTER_SITES= http://v2v.cc/~j/oggfwd/
LIB_DEPENDS= net/libshout \
audio/speex
NO_TEST= Yes
.include <bsd.port.mk>