28 lines
531 B
Makefile
28 lines
531 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/01/16 19:53:17 naddy Exp $
|
|
|
|
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_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= 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
|
|
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|