Tweak editors/scribes version 0.4.b954_1
[dports.git] / net-im / pidgin-rhythmbox / Makefile
1 # Created by: Yuri Pankov <yuri@darklight.org.ru>
2 # $FreeBSD$
3
4 PORTNAME=       pidgin-rhythmbox
5 PORTVERSION=    2.0
6 PORTREVISION=   6
7 CATEGORIES=     net-im audio
8 MASTER_SITES=   http://jon.oberheide.org/pidgin-rhythmbox/downloads/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Plugin to update your status with info from Rhythmbox
12
13 BUILD_DEPENDS=  pidgin:${PORTSDIR}/net-im/pidgin
14 LIB_DEPENDS=    dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
15 RUN_DEPENDS=    pidgin:${PORTSDIR}/net-im/pidgin \
16                 rhythmbox:${PORTSDIR}/audio/rhythmbox
17
18 USES=           gmake pkgconfig
19 USE_GNOME=      gtk20
20 GNU_CONFIGURE=  yes
21
22 PLIST_FILES=    lib/pidgin/pidgin-rhythmbox.la \
23                 lib/pidgin/pidgin-rhythmbox.so
24
25 NO_STAGE=       yes
26 post-patch:
27                 @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
28                         -e 's#\([@(]\)PIDGIN_INSTALL\([@)]\)#\1libdir\2/pidgin#' \
29                         -e 's#-g -g3 -O2##'
30
31 .include <bsd.port.mk>