# Created by: Yuri Pankov # $FreeBSD: head/net-im/pidgin-rhythmbox/Makefile 412348 2016-04-01 14:17:44Z mat $ PORTNAME= pidgin-rhythmbox PORTVERSION= 2.0 PORTREVISION= 9 CATEGORIES= net-im audio MASTER_SITES= http://jon.oberheide.org/pidgin-rhythmbox/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Plugin to update your status with info from Rhythmbox BROKEN= unfetchable BUILD_DEPENDS= pidgin:net-im/pidgin LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib RUN_DEPENDS= pidgin:net-im/pidgin \ rhythmbox:audio/rhythmbox USES= gmake libtool pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PLIST_FILES= lib/pidgin/pidgin-rhythmbox.so post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ -e 's#\([@(]\)PIDGIN_INSTALL\([@)]\)#\1libdir\2/pidgin#' \ -e 's#-g -g3 -O2##' .include