2010-07-27 12:52:35 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/07/27 16:52:35 landry 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
|
|
|
|
MOZILLA_VERSION = 1.0beta1
|
|
|
|
MOZILLA_BRANCH = 1.9.1
|
|
|
|
MOZILLA_CODENAME = calendar
|
2009-11-10 15:48:06 -05:00
|
|
|
|
2010-04-03 05:43:20 -04:00
|
|
|
DISTNAME = lightning-sunbird-1.0b1.source
|
2010-07-27 12:52:35 -04:00
|
|
|
EPOCH = 0
|
2009-11-10 15:48:06 -05:00
|
|
|
|
|
|
|
CATEGORIES = productivity mail
|
|
|
|
|
2010-04-03 05:43:20 -04:00
|
|
|
# need to be in synch with SO_VERSION in
|
|
|
|
# mail/mozilla-thunderbird and www/seamonkey for lighting to work
|
2010-06-23 13:11:50 -04:00
|
|
|
SO_VERSION = 16.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 \
|
|
|
|
gklayout gkplugin htmlpars i18n imgicon imglib2 intlapp jar50 jsd mork \
|
|
|
|
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 \
|
|
|
|
gtkxtbin mozjs sqlite3 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
|
|
|
MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/calendar/${MOZILLA_PROJECT}/releases/${MOZILLA_VERSION}/source/
|
2009-11-10 15:48:06 -05:00
|
|
|
|
2010-07-27 12:52:35 -04:00
|
|
|
MODULES = www/mozilla devel/gettext lang/python
|
2009-11-10 15:48:06 -05:00
|
|
|
|
|
|
|
USE_X11 = Yes
|
|
|
|
# Regression tests are too hard to adapt to run here
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
2010-07-27 12:52:35 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS += ${WRKSRC}/directory/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 \
|
2010-04-03 05:43:20 -04:00
|
|
|
greprefs icons modules plugins res
|
2009-11-10 15:48:06 -05:00
|
|
|
|
2010-07-27 12:52:35 -04:00
|
|
|
MOZILLA_AUTOCONF_DIRS = directory/c-sdk mozilla mozilla/js/src
|
|
|
|
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>
|