summaryrefslogblamecommitdiffstats
path: root/net-im/empathy3/Makefile
blob: fb49b667ee885cf581652407156cc09edb611703 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                          
                                                                                

                       
                     













                                                                                                   
                                                                        
                                                             
                                                      






                                                                                                   

                                



























                                                                           
                                                         
                                                            










































                                                                                                               




                                                                     

                               
      

                           
# New ports collection makefile for:    empathy
# Date created:     2007-10-29
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/net-im/empathy3/Makefile,v 1.13 2011/04/09 16:38:14 mezz Exp $

PORTNAME=   empathy
PORTVERSION=    3.0.0
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 \
            ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
LIB_DEPENDS=    enchant.1:${PORTSDIR}/textproc/enchant \
        telepathy.2:${PORTSDIR}/net-im/libtelepathy \
        telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \
        telepathy-farsight.0:${PORTSDIR}/net-im/telepathy-farsight \
        telepathy-logger.2:${PORTSDIR}/net-im/telepathy-logger \
        folks-telepathy.22:${PORTSDIR}/net-im/folks \
        notify.4:${PORTSDIR}/devel/libnotify \
        gcr-3.0:${PORTSDIR}/security/gnome-keyring3 \
        canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3
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]*

USE_GMAKE=  yes
USE_BZIP2=  yes
USE_GETTEXT=    yes
USE_LDCONFIG=   yes
USE_GNOME=  evolutiondataserver3 gnomehack gnomeprefix ltverhack
# pygtk2
USE_GSTREAMER=  yes
USE_AUTOTOOLS=  libtool
INSTALLS_OMF=   yes
INSTALLS_ICONS= yes
USE_PYTHON= yes
MAKE_JOBS_UNSAFE=yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-Werror \
        --enable-location=no
#       --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt

GLIB_SCHEMAS=   org.gnome.Empathy.gschema.xml

MAN1=       empathy.1 empathy-accounts.1

OPTIONS=    JABBER  "Enable jabber (XMPP) client support" on \
        MSN "Enable MSN client support" on \
        IRC "Enable IRC client support" on \
        SALUT   "Enable link-local (serverless) XMPP support" off \
        HAZE    "Enable libpurple protocol integration" off \
        WEBKIT  "Enable Adium Message Style themes" on \
        MAP "Enable graphical map support" on
#       NST "Enable Nautilus SendTo plugin" on \

.include <bsd.port.pre.mk>

.if defined(WITH_JABBER)
RUN_DEPENDS+=   ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy-gabble
.endif

.if defined(WITH_MSN)
RUN_DEPENDS+=   ${LOCALBASE}/libexec/telepathy-butterfly:${PORTSDIR}/net-im/telepathy-butterfly
.endif

.if defined(WITH_IRC)
RUN_DEPENDS+=   ${LOCALBASE}/libexec/telepathy-idle:${PORTSDIR}/net-im/telepathy-idle
.endif

.if !defined(WITHOUT_SALUT)
RUN_DEPENDS+=   ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut
.endif

.if !defined(WITHOUT_HAZE)
RUN_DEPENDS+=   ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze
.endif

.if defined(WITH_WEBKIT)
LIB_DEPENDS+=   webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3
CONFIGURE_ARGS+=--enable-webkit
PLIST_SUB+= ADIUM=""
.else
CONFIGURE_ARGS+=--disable-webkit
PLIST_SUB+= ADIUM="@comment "
.endif

#.if defined(WITH_NST)
#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

# needs ported to gtk3
.if !defined(WITHOUT_MAP)
LIB_DEPENDS+=   champlain-0.10.0:${PORTSDIR}/graphics/libchamplain010
CONFIGURE_ARGS+=--enable-map
PLIST_SUB+= MAP=""
.else
CONFIGURE_ARGS+=--disable-map
PLIST_SUB+= MAP="@comment "
.endif

.include <bsd.port.post.mk>