openbsd-ports/net/libshout/Makefile
sturm 238f6f0396 update to libshout 2.2
from maintainer Moritz Grimm <gtgbr at gmx.net>
2006-03-14 19:59:01 +00:00

36 lines
766 B
Makefile

# $OpenBSD: Makefile,v 1.8 2006/03/14 19:59:01 sturm Exp $
COMMENT= "library for communicating with an icecast server"
DISTNAME= libshout-2.2
SHARED_LIBS= shout 5.0
CATEGORIES= net audio
HOMEPAGE= http://www.icecast.org/
MAINTAINER= Moritz Grimm <gtgbr@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= ::devel/pkgconfig \
speex.4::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>