freebsd-ports/audio/ices/Makefile
Sunpoet Po-Chuan Hsieh b3f7c68aec Update MASTER_SITES
2018-11-06 21:09:50 +00:00

35 lines
819 B
Makefile

# Created by: Michael Nottebrock <michaelnottebrock@gmx.net>
# $FreeBSD$
PORTNAME= ices
PORTVERSION= 2.0.2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= https://downloads.xiph.org/releases/ices/ \
https://svn.xiph.org/releases/ices/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Vorbis streaming source client for icecast 2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libogg.so:audio/libogg \
libshout.so:audio/libshout \
libspeex.so:audio/speex \
libtheora.so:multimedia/libtheora \
libvorbis.so:audio/libvorbis
OPTIONS_DEFINE= ALSA
USES= gmake gnome iconv pkgconfig tar:bzip2
USE_GNOME= libxml2
CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio
GNU_CONFIGURE= yes
ALSA_CONFIGURE_ENABLE= alsa
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
.include <bsd.port.mk>