b8a903ea58
ok kurt@, naddy@
151 lines
4.9 KiB
Makefile
151 lines
4.9 KiB
Makefile
# $OpenBSD: Makefile,v 1.94 2008/04/18 15:17:17 martynas Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
|
|
|
|
COMMENT= redesign of Mozilla's browser component
|
|
|
|
VER= 2.0.0.14
|
|
DISTNAME= mozilla
|
|
PKGNAME= mozilla-firefox-${VER}
|
|
SO_VERSION= 19.0
|
|
# NOTE: Must bump minor version if any shlib's are removed from the
|
|
# components dir to avoid pkg_add -r issues.
|
|
.for _lib in accessibility appcomps auth autoconfig browsercomps \
|
|
browserdirprovider caps chrome commandlines composer cookie docshell \
|
|
editor embedcomponents fileview gfx_gtk gfxps gfxpsshar gkgfx \
|
|
gklayout gkplugin gtkembedmoz gtkxtbin htmlpars i18n imglib2 jar50 \
|
|
jsd jsj mork mozfind mozjs myspell necko necko2 nsappshell nullplugin \
|
|
oji permissions pipboot pipnss pippki pref rdf remoteservice \
|
|
searchservice spellchecker storagecomps system-pref toolkitcomps \
|
|
transformiix txmgr uconv ucvmath universalchardet unixprintplugin \
|
|
webbrwsr websrvcs widget_gtk2 xmlextras xpcom xpcom_compat \
|
|
xpcom_compat_c xpcom_core xpconnect xpinstall xpistub
|
|
SHARED_LIBS+= ${_lib} ${SO_VERSION}
|
|
.endfor
|
|
|
|
CATEGORIES= www
|
|
|
|
FLAVORS= debug
|
|
FLAVOR?=
|
|
|
|
HOMEPAGE= http://www.mozilla.org/projects/firefox/
|
|
|
|
# mozilla public license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${VER}/source/
|
|
DISTFILES= firefox-${VER}-source.tar.bz2
|
|
|
|
MODULES= devel/gettext
|
|
RUN_DEPENDS= :esound-*:audio/esound \
|
|
:desktop-file-utils-*:devel/desktop-file-utils
|
|
BUILD_DEPENDS= :libIDL-*:devel/libIDL \
|
|
:zip->=2.3:archivers/zip
|
|
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
|
nspr4.>=17,plc4.>=17,plds4.>=17:nspr->=4.6.4p1:devel/nspr \
|
|
nss3.>=19,smime3.>=19,softokn3.>=19,ssl3.>=19:nss->=3.11.4p1:security/nss
|
|
WANTLIB= X11 Xau Xcomposite Xdamage Xcursor Xdmcp Xext Xfixes \
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \
|
|
fontconfig freetype glib-2.0 glitz gmodule-2.0 \
|
|
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
png pthread stdc++ z \
|
|
Xft Xinerama Xt gthread-2.0 jpeg pangox-1.0
|
|
|
|
VMEM_WARNING= Yes
|
|
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
# Regression tests are too hard to adapt to run here
|
|
NO_REGRESS= Yes
|
|
SUBST_VARS= LOCALBASE
|
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/build/autoconf
|
|
|
|
AUTOCONF_VERSION= 2.13
|
|
CONFIGURE_STYLE= autoconf no-autoheader
|
|
CONFIGURE_ARGS= --with-system-jpeg=${LOCALBASE} \
|
|
--with-system-png=${LOCALBASE} \
|
|
--with-system-zlib=/usr/lib \
|
|
--with-system-nspr \
|
|
--with-system-nss \
|
|
--with-pthreads \
|
|
--enable-xft \
|
|
--disable-optimize \
|
|
--enable-default-toolkit=gtk2 \
|
|
--disable-debug \
|
|
--disable-tests \
|
|
--disable-pedantic \
|
|
--disable-installer \
|
|
--disable-updater \
|
|
--disable-gnomeui \
|
|
--disable-gnomevfs \
|
|
--enable-xinerama \
|
|
--enable-svg \
|
|
--enable-svg-renderer=cairo \
|
|
--enable-system-cairo \
|
|
--enable-canvas \
|
|
--enable-official-branding
|
|
|
|
# from browser/config/mozconfig
|
|
CONFIGURE_ARGS+=--enable-application=browser
|
|
|
|
.if ${FLAVOR:L:Mdebug}
|
|
CONFIGURE_ARGS+=--enable-debug
|
|
.endif
|
|
|
|
MAKE_ENV= MOZ_CO_PROJECT=browser \
|
|
LD_LIBRARY_PATH="${WRKSRC}/dist/bin" \
|
|
BUILD_OFFICIAL=1 \
|
|
MOZILLA_OFFICIAL=1 \
|
|
SO_VERSION="${SO_VERSION}"
|
|
CONFIGURE_ENV= ${MAKE_ENV} \
|
|
PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig" \
|
|
MOZ_ENABLE_COREXFONTS=1 \
|
|
topsrcdir=${WRKSRC}
|
|
|
|
MOB= ${WRKSRC}/dist/bin
|
|
MOZ= ${PREFIX}/mozilla-firefox
|
|
|
|
DATADIRS= chrome components defaults dictionaries extensions \
|
|
greprefs icons init.d plugins res searchplugins
|
|
|
|
pre-configure:
|
|
@perl -pi -e 's|_LOCALBASE_|${LOCALBASE}|g; s|_X11BASE_|${X11BASE}|g' \
|
|
${WRKSRC}/browser/app/mozilla.in
|
|
@perl -pi -e 's|_SO_VERSION_|${SO_VERSION}|g' \
|
|
${WRKSRC}/xpcom/components/nsNativeComponentLoader.cpp
|
|
|
|
post-build:
|
|
@cd ${WRKSRC}/xpfe/bootstrap && ${MAKE_PROGRAM} firefox.1
|
|
|
|
do-install:
|
|
cd ${MOB} && \
|
|
find ${DATADIRS} -type d \
|
|
-exec ${INSTALL_DATA_DIR} ${MOZ}/{} \; && \
|
|
find ${DATADIRS} ! -type d \
|
|
-exec ${INSTALL_DATA} -m 644 {} ${MOZ}/{} \;
|
|
${INSTALL_DATA} ${MOB}/*.so.${SO_VERSION} ${MOZ}
|
|
chown -R ${SHAREOWN}:${SHAREGRP} ${MOZ}
|
|
${INSTALL_DATA} ${WRKSRC}/LICENSE \
|
|
${FILESDIR}/browserconfig.properties ${MOZ}
|
|
${INSTALL_SCRIPT} ${MOB}/firefox ${PREFIX}/bin
|
|
ln -f ${PREFIX}/bin/firefox ${PREFIX}/bin/mozilla-firefox
|
|
${INSTALL_SCRIPT} ${MOB}/run-mozilla.sh ${MOZ}
|
|
${INSTALL_PROGRAM} ${MOB}/firefox-bin ${MOB}/mozilla-xremote-client \
|
|
${MOB}/regxpcom ${MOZ}
|
|
ln -f ${MOZ}/firefox-bin ${MOZ}/mozilla-firefox-bin
|
|
@sed -e 's,!!PREFIX!!,${TRUEPREFIX},g' \
|
|
< ${FILESDIR}/README.OpenBSD > ${MOZ}/README.OpenBSD
|
|
${INSTALL_MAN} ${WRKSRC}/xpfe/bootstrap/firefox.1 ${PREFIX}/man/man1/
|
|
@ln -f ${PREFIX}/man/man1/firefox.1 ${PREFIX}/man/man1/mozilla-firefox.1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
|
|
@sed -e 's,!!PREFIX!!,${TRUEPREFIX},g' \
|
|
< ${FILESDIR}/firefox.desktop > \
|
|
${PREFIX}/share/applications/firefox.desktop
|
|
|
|
.include <bsd.port.mk>
|