[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / net / oggfwd

File: [local] / ports / net / oggfwd / Makefile (download)

Revision 1.14, Wed Sep 27 14:18:24 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.13: +1 -1 lines

MASTER_SITES -> SITES
catch one MASTER_SITES0 that wasn't actually in use

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

SITES=		http://v2v.cc/~j/oggfwd/

LIB_DEPENDS=	net/libshout \
		audio/speex

NO_TEST=	Yes

.include <bsd.port.mk>