2012-03-29 13:38:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2012/03/29 13:38:48 sthen Exp $
|
2003-07-26 11:38:50 +00:00
|
|
|
|
2007-07-21 08:08:51 +00:00
|
|
|
COMMENT= library for communicating with an icecast server
|
2003-07-26 11:38:50 +00:00
|
|
|
|
2006-12-18 10:34:23 +00:00
|
|
|
DISTNAME= libshout-2.2.2
|
2011-01-16 19:53:17 +00:00
|
|
|
REVISION= 1
|
2006-03-14 19:59:01 +00:00
|
|
|
SHARED_LIBS= shout 5.0
|
2003-07-26 11:38:50 +00:00
|
|
|
CATEGORIES= net audio
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.icecast.org/
|
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-07-12 22:07:37 +00:00
|
|
|
|
2010-11-22 10:16:08 +00:00
|
|
|
WANTLIB= m ogg vorbis>=4 theora>=1
|
2003-07-26 11:38:50 +00:00
|
|
|
|
2005-02-27 19:14:40 +00:00
|
|
|
MASTER_SITES= http://downloads.xiph.org/releases/libshout/
|
2003-07-26 11:38:50 +00:00
|
|
|
|
2010-11-19 22:31:32 +00:00
|
|
|
BUILD_DEPENDS= audio/speex
|
|
|
|
LIB_DEPENDS= audio/libvorbis \
|
|
|
|
multimedia/libtheora
|
2003-07-26 11:38:50 +00:00
|
|
|
|
2006-03-14 19:59:01 +00:00
|
|
|
FAKE_FLAGS= docdir='${PREFIX}/share/examples/libshout'
|
2003-07-26 11:38:50 +00:00
|
|
|
|
2006-03-14 19:59:01 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2003-07-26 11:38:50 +00:00
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2006-03-14 19:59:01 +00:00
|
|
|
USE_LIBTOOL= Yes
|
2003-07-26 11:38:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|