openbsd-ports/net/oggfwd/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

29 lines
561 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/07/12 22:07:39 sthen Exp $
COMMENT= pipe an Ogg stream to an Icecast server
DISTNAME= oggfwd-0.2
REVISION= 1
CATEGORIES= net multimedia
HOMEPAGE= http://v2v.cc/~j/ffmpeg2theora/oggfwd/
MAINTAINER= Moritz Grimm <mdgrimm@gmx.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m ogg pthread theora vorbis
MASTER_SITES= http://v2v.cc/~j/oggfwd/
LIB_DEPENDS= shout.>=5::net/libshout \
speex.>=4::audio/speex
NO_REGRESS= Yes
.include <bsd.port.mk>