aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gajim/Makefile
blob: 8c92f745f4552eab559df117f3ad1ca1f8301cd7 (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
# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru>
# $FreeBSD$

PORTNAME=   gajim
PORTVERSION=    0.16.7
CATEGORIES= net-im
MASTER_SITES=   http://gajim.org/downloads/0.16/

MAINTAINER= rm@FreeBSD.org
COMMENT=    Jabber client based on a plugin system

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/COPYING

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \
        ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \
        ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1 \
        ${PYTHON_PKGNAMEPREFIX}nbxmpp>0:net-im/py-nbxmpp \
        ${PYTHON_PKGNAMEPREFIX}python-gnupg>0:security/py-python-gnupg

NO_ARCH=    yes
USES=       cpe dos2unix gmake localbase pathfix python:2.7 tar:bzip2
USE_GNOME=  intltool pygtk2
USE_XORG=   x11 xext xscrnsaver

DOS2UNIX_FILES= src/plugins/plugins_i18n.py
GNU_CONFIGURE=  yes
CONFIGURE_ENV+= PYTHON=${PYTHON_CMD}
INSTALLS_ICONS= yes

OPTIONS_DEFINE= AVAHI CRYPTO DBUS DOCS GUPNP NLS SPELL
OPTIONS_DEFAULT=DBUS SPELL
OPTIONS_SUB=    yes

CRYPTO_DESC=    End to end encryption support
GUPNP_DESC= UPnP IGD protocol support
SPELL_DESC= Spell checking support

AVAHI_RUN_DEPENDS=  avahi-discover:net/py-avahi
CRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto
DBUS_RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.2:devel/py-dbus
GUPNP_RUN_DEPENDS=  ${PYTHON_SITELIBDIR}/gupnp/__init__.py:net/gupnp-igd
NLS_USES=       gettext
SPELL_LIB_DEPENDS=  libgtkspell.so:textproc/gtkspell

PORTDOCS=   AUTHORS ChangeLog README
SUB_FILES=  pkg-message

post-install:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

pre-build:
    ${PYTHON_CMD} -m compileall ${WRKSRC}/src
    ${PYTHON_CMD} -O -m compileall ${WRKSRC}/src

.include <bsd.port.mk>