freebsd-ports/audio/shout-idjc/Makefile
Sean Bruno d493c903f3 Change PORTNAME to what it should have been to begin with as there is
already a libshout in ports.

Resolves duplicate warning from INDEX builds.

Submitted by:	indexbuild@
2014-04-17 14:37:23 +00:00

38 lines
819 B
Makefile

# Created by: Sean Bruno <sbruno@freebsd.org>
# $FreeBSD$
PORTNAME= libshout-idjc
PORTVERSION= 2.3.1
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= SF/idjc/libshout-idjc/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= sbruno@FreeBSD.org
COMMENT= Shoutcast/Icecast Library for audio/idjc
LICENSE= LGPL20
LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libogg.so:${PORTSDIR}/audio/libogg \
libspeex.so:${PORTSDIR}/audio/speex
HAS_CONFIGURE= yes
USES= pkgconfig pathfix
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= no
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
BROKEN= audio/shout-idjc IPv6 problem on compile in sock.c
.endif
# 10 and higer seem to be fine
.if ${OSVERSION} < 1000000
USE_GCC= 4.6+
.endif
.include <bsd.port.post.mk>