blob: 96cb4f8611f8300e2d17e41e1fea121b54c84028 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.8 2015/10/13 18:02:10 shattered Exp $
#
DISTNAME= ezstream-0.6.0
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/ezstream/
LICENSE= gnu-gpl-v2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.icecast.org/ezstream.php
COMMENT= Streamming client of mp3 and oggvorbis for icecast
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
REPLACE_SH= examples/meta.sh examples/play.sh
.include "../../audio/libshout/buildlink3.mk"
.include "../../audio/taglib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|