summaryrefslogtreecommitdiff
path: root/audio/istream/Makefile
blob: 98b8e6ba9c767903ed579697a4b8a928577c644c (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
# Created by: 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

USES=		gmake pkgconfig
NO_STAGE=	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>