# Created by: Michael Johnson # $FreeBSD$ # $MCom: ports/trunk/net-im/empathy3/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= empathy PORTVERSION= 3.6.2 PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME IM client based around telepathy BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ itstool:${PORTSDIR}/textproc/itstool \ ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libpulse.so:${PORTSDIR}/audio/pulseaudio \ libtelepathy.so:${PORTSDIR}/net-im/libtelepathy \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ libtelepathy-farstream.so:${PORTSDIR}/net-im/telepathy-farstream \ libtelepathy-logger.so:${PORTSDIR}/net-im/telepathy-logger \ libfolks-telepathy.so:${PORTSDIR}/net-im/folks \ libnotify.so:${PORTSDIR}/devel/libnotify \ libgcr-3.so:${PORTSDIR}/security/gcr \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ libclutter-gst-2.0.so:${PORTSDIR}/multimedia/clutter-gst \ libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control CONFLICTS= empathy-2.[0-9]* NO_STAGE= yes LATEST_LINK= empathy3 USE_XZ= yes USES= gettext gmake pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= evolutiondataserver3 gnomeprefix ltverhack USE_GSTREAMER1= yes USE_AUTOTOOLS= libtool INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_PYTHON= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-Werror \ --enable-goa \ --enable-gst-1.0=yes \ --enable-location=no GLIB_SCHEMAS= org.gnome.Empathy.gschema.xml MAN1= empathy.1 empathy-accounts.1 OPTIONS_DEFINE= JABBER MSN IRC SALUT HAZE MAP CHEESE OPTIONS_DEFAULT=JABBER IRC MAP JABBER_DESC= Enable jabber (XMPP) client support MSN_DESC= Enable MSN client support (broken) IRC_DESC= Enable IRC client support SALUT_DESC= Enable link-local (serverless) XMPP support HAZE_DESC= Enable libpurple protocol integration (broken) MAP_DESC= Enable graphical map support CHEESE_DESC= Enable cheese camera support NST_DESC= Enable Nautilus SendTo plugin .include .if ${PORT_OPTIONS:MJABBER} RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy-gabble .endif .if ${PORT_OPTIONS:MMSN} BROKEN= conflict in dependancies RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-butterfly:${PORTSDIR}/net-im/telepathy-butterfly .endif .if ${PORT_OPTIONS:MIRC} RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-idle:${PORTSDIR}/net-im/telepathy-idle .endif .if ${PORT_OPTIONS:MSALUT} RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut .endif .if !defined(WITHOUT_HAZE) BROKEN= conflict in dependancies RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze .endif #.${PORT_OPTIONS:MNST} #BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto #RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/nautilus-sendto.pc:${PORTSDIR}/deskutils/nautilus-sendto #CONFIGURE_ARGS+=--enable-nautilus-sendto=yes #PLIST_SUB+= NST="" #.else CONFIGURE_ARGS+=--enable-nautilus-sendto=no PLIST_SUB+= NST="@comment " #.endif .if ${PORT_OPTIONS:MMAP} USE_GL= gl LIB_DEPENDS+= champlain-0.12:${PORTSDIR}/graphics/libchamplain CONFIGURE_ARGS+=--enable-map PLIST_SUB+= MAP="" .else CONFIGURE_ARGS+=--disable-map PLIST_SUB+= MAP="@comment " .endif .if ${PORT_OPTIONS:MCHEESE} BUILD_DEPENDS+= cheese>=3.0.0:${PORTSDIR}/multimedia/cheese3 RUN_DEPENDS+= cheese>=3.0.0:${PORTSDIR}/multimedia/cheese3 CONFIGURE_ARGS+=--with-cheese .else CONFIGURE_ARGS+=--without-cheese .endif post-patch: @${REINPLACE_CMD} -e 's|clutter-gst-1.0|clutter-gst-2.0|g' \ ${WRKSRC}/configure .include