openbsd-ports/net/libshout/Makefile

35 lines
742 B
Makefile
Raw Normal View History

2006-12-16 07:22:32 -05:00
# $OpenBSD: Makefile,v 1.11 2006/12/16 12:22:34 espie 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/
2006-12-16 07:22:32 -05:00
BUILD_DEPENDS= ::audio/speex
2006-08-03 19:15:57 -04:00
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>