summaryrefslogtreecommitdiff
path: root/audio/istream/Makefile
blob: 64bcd0b3bb97fcd7aae72666969ed770dd52bdd4 (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
# New ports collection makefile for:	iStream
# Date created:				31 August 2009
# Whom:					Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	istream
PORTVERSION=	0.10
PORTREVISION=	4
CATEGORIES=	audio
MASTER_SITES=	http://www.jochen-baier.de/istream/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Internet radio player applet for GNOME Panel

USE_GMAKE=	yes
USE_GNOME=	gnomepanel libgnomeui
USE_GSTREAMER=	yes
USE_XORG=	xtst
GNU_CONFIGURE=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}c
CPPFLAGS+=	`pkg-config --cflags libgnomeui-2.0`

post-patch:
	@${REINPLACE_CMD} -e 's|libdir)/bonobo|prefix)/libdata/bonobo|' ${WRKSRC}/src/Makefile.in
	@${REINPLACE_CMD} -e 's|/usr/libexec/istream|${PREFIX}/libexec/istream|' ${WRKSRC}/src/GNOME_istreamApplet.server.in

.include <bsd.port.mk>