2011-06-08 13:31:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2011/06/08 17:37:46 jasper Exp $
|
2009-11-10 15:48:06 -05:00
|
|
|
|
2010-07-27 12:52:35 -04:00
|
|
|
COMMENT = Mozilla calendar
|
2009-11-10 15:48:06 -05:00
|
|
|
|
2010-07-27 12:52:35 -04:00
|
|
|
MOZILLA_PROJECT = sunbird
|
2011-04-29 04:06:01 -04:00
|
|
|
TB_VERSION = 3.1.10
|
2011-03-20 16:09:28 -04:00
|
|
|
MOZILLA_VERSION = 1.0beta2
|
|
|
|
MOZILLA_BRANCH = 1.9.2
|
2010-07-27 12:52:35 -04:00
|
|
|
MOZILLA_CODENAME = calendar
|
2009-11-10 15:48:06 -05:00
|
|
|
|
2011-03-20 16:09:28 -04:00
|
|
|
DISTNAME = thunderbird-${TB_VERSION}.source
|
2010-07-27 12:52:35 -04:00
|
|
|
EPOCH = 0
|
2011-06-08 13:31:05 -04:00
|
|
|
REVISION = 3
|
2009-11-10 15:48:06 -05:00
|
|
|
|
2011-03-20 16:09:28 -04:00
|
|
|
MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/${TB_VERSION}/source/
|
|
|
|
|
2009-11-10 15:48:06 -05:00
|
|
|
CATEGORIES = productivity mail
|
|
|
|
|
2011-03-20 16:09:28 -04:00
|
|
|
SO_VERSION = 17.0
|
2010-04-03 05:43:20 -04:00
|
|
|
|
2010-07-27 12:52:35 -04:00
|
|
|
MOZILLA_LIBS = calbasecomps accessibility auth autoconfig caps chardet chrome \
|
2010-04-03 05:43:20 -04:00
|
|
|
commandlines cookie docshell embedcomponents fileview gkgfxthebes \
|
2011-03-20 16:09:28 -04:00
|
|
|
gklayout gkplugin htmlpars i18n imgicon imglib2 intlapp jar50 jsd jsctypes mork \
|
2010-04-03 05:43:20 -04:00
|
|
|
mozfind necko nsappshell permissions pipboot pipnss pippki pref rdf \
|
|
|
|
remoteservice satchel spellchecker storagecomps system-pref \
|
|
|
|
tkautocomplete toolkitcomps txmgr uconv unixproxy webbrwsr widget_gtk2 \
|
|
|
|
windowds xpautocomplete xpconnect xpinstall zipwriter gfxpsshar gkgfx \
|
2011-01-14 17:57:44 -05:00
|
|
|
gtkxtbin mozjs thebes xpcom xpcom_core xul nullplugin unixprintplugin
|
2009-11-10 15:48:06 -05:00
|
|
|
|
|
|
|
# MPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-07-27 12:52:35 -04:00
|
|
|
MODULES = www/mozilla devel/gettext lang/python
|
2009-11-10 15:48:06 -05:00
|
|
|
|
|
|
|
# Regression tests are too hard to adapt to run here
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
2011-03-20 16:09:28 -04:00
|
|
|
# use files and patches from mail/mozilla-thunderbird
|
|
|
|
PATCHDIR = ${PORTSDIR}/mail/mozilla-thunderbird/patches
|
|
|
|
FILESDIR = ${PORTSDIR}/mail/mozilla-thunderbird/files
|
|
|
|
|
|
|
|
MODGNU_CONFIG_GUESS_DIRS += ${WRKSRC}/directory/sdks/c-sdk/config/autoconf
|
2009-11-10 15:48:06 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = autoconf no-autoheader
|
2010-07-27 12:52:35 -04:00
|
|
|
CONFIGURE_ARGS = --enable-official-branding
|
2009-11-10 15:48:06 -05:00
|
|
|
|
2010-04-03 05:43:20 -04:00
|
|
|
ALL_TARGET= default
|
|
|
|
|
2010-07-27 12:52:35 -04:00
|
|
|
MOZILLA_DATADIRS = calendar-js chrome components defaults dictionaries extensions \
|
2011-03-20 16:09:28 -04:00
|
|
|
greprefs modules plugins res
|
2009-11-10 15:48:06 -05:00
|
|
|
|
2011-03-20 16:09:28 -04:00
|
|
|
MOZILLA_AUTOCONF_DIRS = directory/sdks/c-sdk mozilla mozilla/js/src
|
2010-07-27 12:52:35 -04:00
|
|
|
MOZILLA_SUBST_FILES += config/autoconf.mk.in
|
2010-04-03 05:43:20 -04:00
|
|
|
|
2009-11-10 15:48:06 -05:00
|
|
|
.include <bsd.port.mk>
|