openbsd-ports/productivity/sunbird/Makefile
landry 2f3c1d8abb Winter cleanup of the mozillas :
- Add gtar to BUILD_DEPENDS everywhere in moz.port.mk, since fx 18 will
  start using gtar-only options. Ditto for unzip, used during install.
- special-case the deps for firefox/thunderbird/seamonkey, since those
  are maintained on the long-term. Only those need to depend on the
latest and greatest nss/nspr.
- move the '--relax LDFLAGS for ppc' to moz.port.mk
- move the 'yasm BUILD_DEPENDS for i385/amd64' to moz.port.mk
- move more common CONFIGURE_ARGS to moz.port.mk (libevent,gio,bz2,gconf..)
- fix MODMOZ_WANTLIB wrt nss/nspr majors
- ensure we depend on sqlite3>=21, needed for fx/tb 18
- use --with-system-jpeg only in firefox36/sunbird/fennec/xulrunner,
  fx/tb 18 will have to use its bundled libjpeg-turbo (#791305)
- bump REVISIONs for the WANTLIB/LIB_DEPENDS change.
2012-12-04 21:05:29 +00:00

61 lines
1.9 KiB
Makefile

# $OpenBSD: Makefile,v 1.48 2012/12/04 21:05:30 landry Exp $
COMMENT = Mozilla calendar
MOZILLA_PROJECT = sunbird
MOZILLA_VERSION = 1.0b2
MOZILLA_DIST = thunderbird
MOZILLA_DIST_VERSION = 3.1.19
MOZILLA_BRANCH = 1.9.2
MOZILLA_CODENAME = calendar
EPOCH = 0
REVISION = 23
HOMEPAGE = http://www.mozilla.org/projects/calendar/sunbird/
CATEGORIES = productivity mail
SO_VERSION = 17.0
MOZILLA_LIBS = calbasecomps accessibility auth autoconfig caps chardet chrome \
commandlines composer cookie docshell embedcomponents fileview gkgfxthebes \
gklayout gkplugin htmlpars i18n imgicon imglib2 intlapp jar50 jsd jsctypes 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 thebes xpcom xpcom_core xul nullplugin unixprintplugin
# MPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES = www/mozilla devel/gettext lang/python
MODPY_RUN_DEP = No
# Regression tests are too hard to adapt to run here
NO_REGRESS = Yes
# use files and patches from mail/mozilla-thunderbird
# XXX impossible until we can build sb from tb 5+
# PATCHDIR = ${PORTSDIR}/mail/mozilla-thunderbird/patches
# FILESDIR = ${PORTSDIR}/mail/mozilla-thunderbird/files
MODGNU_CONFIG_GUESS_DIRS += ${WRKSRC}/directory/sdks/c-sdk/config/autoconf
CONFIGURE_STYLE = autoconf no-autoheader
CONFIGURE_ARGS = --enable-official-branding
ALL_TARGET= default
MOZILLA_DATADIRS = calendar-js chrome components defaults dictionaries extensions \
greprefs modules plugins res
MOZILLA_AUTOCONF_DIRS = directory/sdks/c-sdk mozilla mozilla/js/src
MOZILLA_SUBST_FILES += config/autoconf.mk.in
.include <bsd.port.mk>