2005-02-27 14:14:40 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2005/02/27 19:14:40 naddy Exp $
|
2003-07-26 07:38:50 -04:00
|
|
|
|
|
|
|
COMMENT= "library for communicating with an icecast server"
|
|
|
|
|
2005-02-27 14:14:40 -05:00
|
|
|
DISTNAME= libshout-2.1
|
2003-07-26 07:38:50 -04:00
|
|
|
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
|
2005-02-27 14:14:40 -05:00
|
|
|
WANTLIB= m ogg
|
2003-07-26 07:38:50 -04:00
|
|
|
|
2005-02-27 14:14:40 -05:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/libshout/
|
2003-07-26 07:38:50 -04:00
|
|
|
|
2005-02-27 14:14:40 -05:00
|
|
|
LIB_DEPENDS= vorbis.4::audio/libvorbis
|
2003-07-26 07:38:50 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2005-02-27 14:14:40 -05:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --disable-pkgconfig \
|
|
|
|
--without-theora
|
2003-07-26 07:38:50 -04:00
|
|
|
|
|
|
|
SEPARATE_BUILD= simple
|
|
|
|
|
|
|
|
FAKE_FLAGS= docdir='${PREFIX}/share/examples/libshout'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|