blob: 7eedb33d3a9d589ca655082d7b8c7ccb55cc7ff8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.1.1.1 2009/07/30 16:31:24 drochner Exp $
#
DISTNAME= ezstream-0.5.4
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/ezstream/
MAINTAINER= pancake@phreaker.net
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
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../audio/libshout/buildlink3.mk"
.include "../../audio/taglib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|