1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/audio/ices/Makefile
Christian Weisgerber dcf17d14a7 */*: Add a backup master site to all Xiph.org ports
The downloads.xiph.org master site requires TLS1.3, which is not
supported by FreeBSD 11's OpenSSL and fetch(1).  Add ftp.osuosl.org
as a backup to all Xiph.org ports.

PR:		256515
Reported by:	Daniel Engberg
2021-06-10 15:48:47 +02:00

34 lines
802 B
Makefile

# Created by: Michael Nottebrock <michaelnottebrock@gmx.net>
PORTNAME= ices
PORTVERSION= 2.0.3
PORTEPOCH= 1
CATEGORIES= audio net
MASTER_SITES= https://downloads.xiph.org/releases/ices/ \
https://ftp.osuosl.org/pub/xiph/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
USES= gmake gnome iconv pkgconfig tar:bzip2
USE_GNOME= libxml2
CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio
GNU_CONFIGURE= yes
OPTIONS_DEFINE= ALSA
ALSA_CONFIGURE_ENABLE= alsa
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
.include <bsd.port.mk>