1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net-im/pidgin-rhythmbox/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

30 lines
811 B
Makefile

# Created by: Yuri Pankov <yuri@darklight.org.ru>
# $FreeBSD$
PORTNAME= pidgin-rhythmbox
PORTVERSION= 2.0
PORTREVISION= 8
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
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \
rhythmbox:${PORTSDIR}/audio/rhythmbox
USES= gmake libtool pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
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 <bsd.port.mk>