1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/ices/Makefile
Tijl Coosemans 7ae3f48312 Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
2016-12-08 15:38:24 +00:00

38 lines
859 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= http://downloads.xiph.org/releases/${PORTNAME}/ \
http://svn.xiph.org/releases/${PORTNAME}/
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
CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio
GNU_CONFIGURE= yes
USE_GNOME= libxml2
USES= gmake iconv pkgconfig tar:bzip2
PLIST_FILES= bin/ices
PORTDATA= *
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_CONFIGURE_ENABLE= alsa
.include <bsd.port.mk>