aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail/Makefile
blob: 35b29aedfbf4a8052119d5dcd8e323c00af6fa62 (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
PORTNAME=	claws-mail
PORTREVISION=	1
CATEGORIES=	mail news

COMMENT=	Lightweight and featureful GTK based e-mail and news client
WWW=		https://www.claws-mail.org/

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libcurl.so:ftp/curl \
		libetpan.so:mail/libetpan \
		libexpat.so:textproc/expat2 \
		libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2 \
		libgcrypt.so:security/libgcrypt \
		libgnutls.so:security/gnutls \
		libharfbuzz.so:print/harfbuzz \
		libnettle.so:security/nettle \
		libsasl2.so:security/cyrus-sasl2
RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss \
		mime-support>0:misc/mime-support

USES=		autoreconf compiler:c++11-lang cpe desktop-file-utils gettext \
		gettext-tools gnome pathfix pkgconfig python shebangfix \
		ssl xorg
USE_GNOME=	cairo librsvg2
USE_XORG=	ice sm
SHEBANG_FILES=	tools/*.pl tools/*.py tools/tb2claws-mail

OPTIONS_DEFINE=		COMPFACE DEBUG DOCS ENCHANT IPV6 LDAP NLS STARTUP \
			THEMES
OPTIONS_DEFAULT=	COMPFACE ENCHANT GTK2 STARTUP THEMES
OPTIONS_RADIO=		BRANCH
OPTIONS_RADIO_BRANCH=	GTK2 GTK3
OPTIONS_SUB=		yes

COMPFACE_DESC=	X-Face support
ENCHANT_DESC=	Spell checking support
GTK2_DESC=	Build GTK2+ release
GTK3_DESC=	Build GTK3+ release
STARTUP_DESC=	Startup notification support
THEMES_DESC=	Additional themes

COMPFACE_LIB_DEPENDS=		libcompface.so:mail/faces
COMPFACE_CONFIGURE_ENABLE=	compface

DEBUG_CONFIGURE_ON=	--enable-maintainer-mode

ENCHANT_LIB_DEPENDS=		libenchant.so:textproc/enchant
ENCHANT_CONFIGURE_ENABLE=	enchant

IPV6_CONFIGURE_ENABLE=	ipv6

LDAP_USES=		ldap
LDAP_CONFIGURE_ENABLE=	ldap

NLS_USES=		gettext-tools
NLS_CONFIGURE_OFF=	--disable-nls

STARTUP_LIB_DEPENDS=		libstartup-notification-1.so:x11/startup-notification
STARTUP_CONFIGURE_ENABLE=	startup-notification

THEMES_RUN_DEPENDS=	claws-mail-themes>0:x11-themes/claws-mail-themes

.include <bsd.port.options.mk>
MASTER_OPTIONS=	${PORT_OPTIONS}
.include "Makefile.claws"

.if ${PORT_OPTIONS:MGTK2}
USE_GNOME+=	gtk20

PLIST_SUB+=	GTK2=""
.else
PLIST_SUB+=	GTK2="@comment "
.endif

.if ${PORT_OPTIONS:MGTK3}
USE_GNOME+=	gtk30
.endif

post-patch:
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
	${WRKSRC}/src/common/ssl.c

post-install:
	@${MKDIR} ${STAGEDIR}${DATADIR}
	(cd ${WRKSRC}/tools && \
		${INSTALL_SCRIPT} acroread2claws-mail.pl \
		calypso_convert.pl claws-mail-compose-insert-files.pl \
		cm-reparent.pl convert_mbox.pl csv2addressbook.pl ddg_search.pl \
		eud2gc.py filter_conv.pl filter_conv_new.pl fix_date.sh \
		gif2xface.pl google_msgid.pl kmail-mailbox2claws-mail.pl \
		kmail2claws-mail.pl kmail2claws-mail_v2.pl mairix.sh \
		mew2claws-mail.pl multiwebsearch.conf multiwebsearch.pl \
		nautilus2claws-mail.sh outlook2claws-mail.pl popfile-link.sh \
		tb2claws-mail tbird2claws.py textviewer.pl textviewer.sh \
		thunderbird-filters-convertor.pl update-po 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>