1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/istream/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

31 lines
806 B
Makefile

# New ports collection makefile for: iStream
# Date created: 31 August 2009
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= istream
PORTVERSION= 0.10
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.jochen-baier.de/istream/
MAINTAINER= pav@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>