blob: 901f13b2f90e1f234411c418d795d3cd52f7353c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 2004/05/08 04:35:37 taya Exp $
MOZILLA= thunderbird
MOZILLA_BIN= thunderbird-bin
MOZ_VER= 0.6
EXTRACT_SUFX= .tar.bz2
DISTNAME= thunderbird-source-${MOZ_VER}
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/ \
ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${MOZ_VER}/
HOMEPAGE= http://www.mozilla.org/projects/thunderbird/
COMMENT= Redesign of the Mozilla mail client
CONFIGURE_ENV+= MOZ_THUNDERBIRD=1
MAKE_ENV+= MOZ_THUNDERBIRD=1
CONFIGURE_ARGS+= --enable-extensions=wallet,spellcheck,xmlextras
.include "../../www/mozilla/Makefile.common"
|