2011-01-16 19:53:17 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/01/16 19:53:17 naddy Exp $
|
2007-01-14 17:47:57 +00:00
|
|
|
|
2007-07-21 08:08:51 +00:00
|
|
|
COMMENT= pipe an Ogg stream to an Icecast server
|
2007-01-14 17:47:57 +00:00
|
|
|
|
|
|
|
DISTNAME= oggfwd-0.2
|
2011-01-16 19:53:17 +00:00
|
|
|
REVISION= 2
|
2007-01-14 17:47:57 +00:00
|
|
|
CATEGORIES= net multimedia
|
|
|
|
|
|
|
|
HOMEPAGE= http://v2v.cc/~j/ffmpeg2theora/oggfwd/
|
|
|
|
|
2011-01-16 19:53:17 +00:00
|
|
|
# GPLv2
|
2007-01-14 17:47:57 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-06-19 09:24:14 +00:00
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
WANTLIB= c m ogg pthread theora vorbis shout>=5 speex>=4
|
2007-01-14 17:47:57 +00:00
|
|
|
|
|
|
|
MASTER_SITES= http://v2v.cc/~j/oggfwd/
|
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
LIB_DEPENDS= net/libshout \
|
|
|
|
audio/speex
|
2007-01-14 17:47:57 +00:00
|
|
|
|
2010-10-18 18:36:45 +00:00
|
|
|
USE_GROFF = Yes
|
2007-01-14 17:47:57 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|