openbsd-ports/net/libshout/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

37 lines
757 B
Makefile

# $OpenBSD: Makefile,v 1.14 2010/07/12 22:07:39 sthen Exp $
COMMENT= library for communicating with an icecast server
DISTNAME= libshout-2.2.2
REVISION= 0
SHARED_LIBS= shout 5.0
CATEGORIES= net audio
HOMEPAGE= http://www.icecast.org/
MAINTAINER= Moritz Grimm <mdgrimm@gmx.net>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m ogg
MASTER_SITES= http://downloads.xiph.org/releases/libshout/
BUILD_DEPENDS= ::audio/speex
LIB_DEPENDS= vorbis.>=4::audio/libvorbis \
theora.>=1::multimedia/libtheora
FAKE_FLAGS= docdir='${PREFIX}/share/examples/libshout'
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
SEPARATE_BUILD= simple
USE_LIBTOOL= Yes
.include <bsd.port.mk>