aboutsummaryrefslogtreecommitdiffstats
path: root/audio/istream/Makefile
blob: 20118d7828ddf7a4dea7026ac64a25033fdb1153 (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
# 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`
MAKE_JOBS_SAFE= yes

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>