aboutsummaryrefslogtreecommitdiffstats
path: root/mail/claws-mail/Makefile
blob: 7dcaf3f95085d9eb7734a19711c295da094e1033 (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
# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
# $FreeBSD$

PORTNAME=   claws-mail
PORTREVISION=   1
CATEGORIES= mail news ipv6

COMMENT=    Lightweight and featureful GTK+ based e-mail and news client

LIB_DEPENDS=    libetpan.so:${PORTSDIR}/mail/libetpan \
        libgnutls.so:${PORTSDIR}/security/gnutls \
        libgcrypt.so:${PORTSDIR}/security/libgcrypt
RUN_DEPENDS=    mime-support>0:${PORTSDIR}/misc/mime-support

USE_GNOME=  gtk20
USES=       cpe desktop-file-utils execinfo pathfix shebangfix
SHEBANG_FILES=  tools/*.pl tools/*.py tools/tb2claws-mail
INSTALLS_ICONS= yes

OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 JPILOT LDAP \
        MANUAL NLS STARTUP THEMES
OPTIONS_DEFAULT=COMPFACE ENCHANT MANUAL STARTUP THEMES
OPTIONS_SUB=    yes

COMPFACE_DESC=      X-Face support
COMPFACE_CONFIGURE_ENABLE=  compface
COMPFACE_LIB_DEPENDS=   libcompface.so:${PORTSDIR}/mail/faces

DEBUG_CONFIGURE_ON= --enable-maintainer-mode

ENCHANT_DESC=       Spell checking support
ENCHANT_CONFIGURE_ENABLE=   enchant
ENCHANT_LIB_DEPENDS=    libenchant.so:${PORTSDIR}/textproc/enchant

IPV6_CONFIGURE_ENABLE=  ipv6

JPILOT_DESC=        JPilot support
JPILOT_CONFIGURE_ENABLE=    jpilot
JPILOT_LIB_DEPENDS= libpisock.so:${PORTSDIR}/palm/pilot-link
JPILOT_RUN_DEPENDS= jpilot:${PORTSDIR}/palm/jpilot

LDAP_CONFIGURE_ENABLE=  ldap
LDAP_USE=       openldap=yes

MANUAL_DESC=        User manual (many dependencies, including texlive)
MANUAL_CONFIGURE_ON=    --enable-manual --with-manualdir=${DOCSDIR}/manual
MANUAL_CONFIGURE_OFF=   --disable-manual
MANUAL_BUILD_DEPENDS=   docbook-utils>0:${PORTSDIR}/textproc/docbook-utils

NLS_CONFIGURE_OFF=  --disable-nls
NLS_USES=       gettext

STARTUP_DESC=       Startup notification support
STARTUP_CONFIGURE_ENABLE=   startup-notification
STARTUP_LIB_DEPENDS=    libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification

THEMES_DESC=        Additional themes
THEMES_RUN_DEPENDS= claws-mail-themes>0:${PORTSDIR}/x11-themes/claws-mail-themes

.include "Makefile.claws"

post-patch:
    @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}&|g ; s|/usr/share|${LOCALBASE}/share|g' \
        ${WRKSRC}/src/procmime.c
    @${REINPLACE_CMD} -e "/(GPGME_LIBS)/d" \
        ${WRKSRC}/src/Makefile.in

post-install:
    @${MKDIR} ${STAGEDIR}${DATADIR}
    (cd ${WRKSRC}/tools && \
        ${INSTALL_SCRIPT} OOo2claws-mail.pl acroread2claws-mail.pl \
        calypso_convert.pl convert_mbox.pl eud2gc.py filter_conv.pl \
        filter_conv_new.pl fix_date.sh gif2xface.pl google_msgid.pl \
        google_search.pl kmail-mailbox2claws-mail.pl kmail2claws-mail.pl \
        kmail2claws-mail_v2.pl multiwebsearch.conf multiwebsearch.pl \
        nautilus2claws-mail.sh outlook2claws-mail.pl tb2claws-mail \
        tbird2claws.py textviewer.pl textviewer.sh \
        thunderbird-filters-convertor.pl uudec uuooffice vcard2xml.py \
        ${STAGEDIR}${DATADIR})

post-install-DOCS-on:
    (cd ${WRKSRC} && ${INSTALL_DATA} NEWS README TODO ${STAGEDIR}${DOCSDIR})
    ${INSTALL_DATA} ${WRKSRC}/tools/README ${STAGEDIR}${DOCSDIR}/README.tools

.include <bsd.port.mk>