aboutsummaryrefslogtreecommitdiff
path: root/audio/libshout2/Makefile
blob: e4c99fc531f01fba669cd01b5157068a4486da78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:	libshout
# Date created:				06 Jun 2000
# Whom:					Zach Zurflu <zach@pabst.bendnet.com>
#
# $FreeBSD$
#

PORTNAME=	libshout2
PORTVERSION=	2.2.2
PORTREVISION=	5
PORTEPOCH=	1
CATEGORIES=	audio net
MASTER_SITES=	http://downloads.xiph.org/releases/libshout/
DISTNAME=	libshout-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Connect and transmit data to an Icecast media streaming server

LIB_DEPENDS=	speex.1:${PORTSDIR}/audio/speex \
		theora.0:${PORTSDIR}/multimedia/libtheora \
		vorbis.4:${PORTSDIR}/audio/libvorbis

CFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
LDFLAGS+=	${PTHREAD_LIBS} -L${LOCALBASE}/lib
USE_LDCONFIG=	yes
USE_GMAKE=	yes
MAKE_JOBS_SAFE=	yes
USE_GNOME+=	pkgconfig
GNU_CONFIGURE=	yes
CONFLICTS=	libshout-1.0.7
DOCSDIR=	${PREFIX}/share/doc/libshout

pre-configure:
	@${REINPLACE_CMD} -e "s|-ffast-math||g" ${WRKSRC}/configure

post-configure:
	@${REINPLACE_CMD} -e "s|pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g" \
		${WRKSRC}/Makefile

.include <bsd.port.mk>