2007-07-21 04:08:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2007/07/21 08:08:51 ajacoutot Exp $
|
2003-07-26 07:38:50 -04:00
|
|
|
|
2007-07-21 04:08:51 -04:00
|
|
|
COMMENT= library for communicating with an icecast server
|
2003-07-26 07:38:50 -04:00
|
|
|
|
2006-12-18 05:34:23 -05:00
|
|
|
DISTNAME= libshout-2.2.2
|
2007-07-21 04:08:51 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2006-03-14 14:59:01 -05:00
|
|
|
SHARED_LIBS= shout 5.0
|
2003-07-26 07:38:50 -04:00
|
|
|
CATEGORIES= net audio
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.icecast.org/
|
|
|
|
|
2007-07-21 04:08:51 -04:00
|
|
|
MAINTAINER= Moritz Grimm <mdgrimm@gmx.net>
|
2003-07-26 07:38:50 -04:00
|
|
|
|
|
|
|
# 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
|
|
|
|
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
|
2003-07-26 07:38:50 -04:00
|
|
|
|
2006-03-14 14:59:01 -05:00
|
|
|
FAKE_FLAGS= docdir='${PREFIX}/share/examples/libshout'
|
2003-07-26 07:38:50 -04:00
|
|
|
|
2006-03-14 14:59:01 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2003-07-26 07:38:50 -04:00
|
|
|
|
2006-03-14 14:59:01 -05:00
|
|
|
SEPARATE_BUILD= simple
|
|
|
|
USE_LIBTOOL= Yes
|
2003-07-26 07:38:50 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|