summaryrefslogtreecommitdiffstats
path: root/mail/thunderbird/Makefile
blob: b58d21c6d3a27e4461c96c10e1cab5c289bd91f6 (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
# New ports collection makefile for:    mozilla-thunderbird
# Date created:         4 September 2003
# Whom:             Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/mail/thunderbird/Makefile,v 1.8 2005/11/14 04:12:06 ahze Exp $
#

PORTNAME=   thunderbird
PORTVERSION=    1.0.7
PORTREVISION=   1
CATEGORIES= mail
MASTER_SITES=   ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION}/source
DISTNAME=   ${PORTNAME}-${PORTVERSION}-source

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Mozilla Thunderbird is standalone mail and news that stands above

WANT_GNOME= yes
ALL_TARGET= default
CONFIGURE_ENV=  LOCALBASE=${LOCALBASE}
HAS_CONFIGURE=  yes
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_X_PREFIX=   yes

PORTNAME_ICON=  ${PREFIX}/lib/${PORTNAME}/chrome/icons/default/default.xpm

SYSTEM_PREFS=   ${FAKEDIR}/lib/${PORTNAME}-${PORTVERSION}/defaults/pref/${PORTNAME}.js
MOZ_PIS_SCRIPTS=moz_pis_S50cleanhome

CONFLICTS=  thunderbird-1.5*

.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/Makefile.common"

.if ${ARCH} == "alpha" && ${OSVERSION} < 500035
IGNORE= core dumps at runtime
.endif # ${ARCH} == "alpha" && ${OSVERSION} < 500035

.if ${PERL_LEVEL} < 500600
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config_make-jars.pl
.endif # ${PERL_LEVEL} < 500600

post-extract::
    @${SED} -e 's|@PORTNAME_ICON@|${PORTNAME_ICON}|' \
        <${FILESDIR}/${PORTNAME}.desktop.in >${WRKDIR}/${PORTNAME}.desktop

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/local/netscape|${LOCALBASE}|g' \
        -e 's|/usr/local/lib/netscape|${LOCALBASE}/lib|g' \
        ${WRKSRC}/xpcom/*/SpecialSystemDirectory.cpp
    @${FIND} ${WRKSRC} -name all.js | ${XARGS} ${REINPLACE_CMD} -e \
        '/accessibility.typeaheadfind.enablesound/s/true/false/ ; \
        /dom.disable_window_open_feature.toolbar/s/false/true/'
    @${REINPLACE_CMD} -e 's|<iconv.h>|\"${LOCALBASE}/include/iconv.h\"|g' \
        ${WRKSRC}/configure \
        ${WRKSRC}/intl/uconv/native/nsNativeUConvService.cpp \
        ${WRKSRC}/xpcom/io/nsNativeCharsetUtils.cpp

pre-install:
    ${ECHO_CMD} 'share/applications/${PORTNAME}.desktop' >> ${PLIST}
    ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST}
    @${MKDIR} ${FAKEDIR}/lib/${PORTNAME}-${PORTVERSION}/defaults

post-install:
    ${MKDIR} ${PREFIX}/share/applications
    ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${PREFIX}/share/applications
    ${INSTALL_DATA} ${WRKSRC}/other-licenses/branding/${PORTNAME}/default.xpm \
        ${PREFIX}/lib/${PORTNAME}/chrome/icons/default/default.xpm

.include <bsd.port.post.mk>