summaryrefslogtreecommitdiffstats
path: root/net-im/empathy3/Makefile
blob: 73c1a2643666b03e8a133c44edc50e730df1eaa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# 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.31 2012/06/14 10:46:30 kwm Exp $

PORTNAME=   empathy
PORTVERSION=    3.4.2.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=    enchant.1:${PORTSDIR}/textproc/enchant \
        pulse.0:${PORTSDIR}/audio/pulseaudio \
        telepathy.2:${PORTSDIR}/net-im/libtelepathy \
        telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \
        telepathy-farstream.2:${PORTSDIR}/net-im/telepathy-farstream \
        telepathy-logger.2:${PORTSDIR}/net-im/telepathy-logger \
        folks-telepathy.25:${PORTSDIR}/net-im/folks \
        notify.4:${PORTSDIR}/devel/libnotify \
        gcr-3:${PORTSDIR}/security/gcr \
        canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \
        clutter-gst-1.0:${PORTSDIR}/multimedia/clutter-gst \
        webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 \
        soup-2.4:${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]*

LATEST_LINK=    empathy3
USE_GMAKE=  yes
USE_XZ=     yes
USE_GETTEXT=    yes
USE_LDCONFIG=   yes
USE_GNOME=  evolutiondataserver3 gnomehack gnomeprefix ltverhack
USE_GSTREAMER=  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 \
        --disable-goa \
        --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 <bsd.port.options.mk>

.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}
LIB_DEPENDS+=   champlain-0.12.0:${PORTSDIR}/graphics/libchamplain
CONFIGURE_ARGS+=--enable-map
PLIST_SUB+= MAP=""
.else
CONFIGURE_ARGS+=--disable-map
PLIST_SUB+= MAP="@comment "
.endif

.if ${PORT_OPTIONS:MCHEESE}
LIB_DEPENDS+=   cheese-gtk:${PORTSDIR}/multimedia/cheese3
CONFIGURE_ARGS+=--with-cheese
.else
CONFIGURE_ARGS+=--without-cheese
.endif

.include <bsd.port.mk>