2009-06-19 05:24:14 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2009/06/19 09:24:14 sthen Exp $
|
2007-01-14 12:47:57 -05:00
|
|
|
|
2007-07-21 04:08:51 -04:00
|
|
|
COMMENT= pipe an Ogg stream to an Icecast server
|
2007-01-14 12:47:57 -05:00
|
|
|
|
|
|
|
DISTNAME= oggfwd-0.2
|
2009-06-19 05:24:14 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2007-01-14 12:47:57 -05:00
|
|
|
CATEGORIES= net multimedia
|
|
|
|
|
|
|
|
HOMEPAGE= http://v2v.cc/~j/ffmpeg2theora/oggfwd/
|
|
|
|
|
2007-07-21 04:08:51 -04:00
|
|
|
MAINTAINER= Moritz Grimm <mdgrimm@gmx.net>
|
2007-01-14 12:47:57 -05:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-06-19 05:24:14 -04:00
|
|
|
|
|
|
|
WANTLIB= c m ogg pthread theora vorbis
|
2007-01-14 12:47:57 -05:00
|
|
|
|
|
|
|
MASTER_SITES= http://v2v.cc/~j/oggfwd/
|
|
|
|
|
|
|
|
LIB_DEPENDS= shout.>=5::net/libshout \
|
|
|
|
speex.>=4::audio/speex
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|