diff options
Diffstat (limited to 'audio/istream/Makefile')
-rw-r--r-- | audio/istream/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/audio/istream/Makefile b/audio/istream/Makefile deleted file mode 100644 index b8ca6dee2aff..000000000000 --- a/audio/istream/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# 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 - -DEPRECATED= gnome-panel will be updated to the 3.x version which is not compatible with 2.x -EXPIRATION_DATE=2014-04-10 - -USES= gmake pkgconfig -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> |