diff options
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 82f80d2ad7b..c11fbf22396 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,25 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/07/06 13:40:57 taya Exp $ +# $NetBSD: Makefile,v 1.6 2004/08/10 14:27:17 taya Exp $ MOZILLA= thunderbird -MOZILLA_BIN= thunderbird-bin -MOZ_VER= 0.7.1 -EXTRACT_SUFX= .tar.bz2 -DISTNAME= thunderbird-${MOZ_VER}-source -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 - -pre-install: - ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \ - ${WRKSRC}/dist/bin - ${MV} ${WRKSRC}/dist/bin/extensions/installed-extensions.txt \ - ${WRKSRC}/dist/bin/extensions/installed-extensions-processed.txt - -.include "../../www/mozilla/Makefile.common" +.include "../../mail/thunderbird/Makefile-thunderbird.common" |