faa1047dd9
patch[1] was created by Matthias Clasen <mclasen@redhat.com>. This bug was started to reproduce with least 2.10.7 version of gtk2. PR: ports/107689 Reported by: a few users Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=355248 https://bugzilla.mozilla.org/show_bug.cgi?id=367203 [1] http://bugzilla.gnome.org/show_bug.cgi?id=394525
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: xulrunner
|
|
# Date created: 2006-02-20
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/www/xulrunner/Makefile,v 1.13 2006/10/12 12:22:03 ahze Exp $
|
|
#
|
|
|
|
PORTNAME= xulrunner
|
|
PORTVERSION= 1.8.0.4
|
|
PORTREVISION?= 6
|
|
CATEGORIES?= www devel
|
|
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
|
MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
|
|
|
MAINTAINER?= gnome@FreeBSD.org
|
|
COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps
|
|
|
|
WANT_GNOME= yes
|
|
ALL_TARGET= default
|
|
HAS_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GCC= 3.4+
|
|
|
|
PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig
|
|
MOZ_OPTIONS?= --disable-javaxpcom --enable-canvas \
|
|
--enable-system-cairo
|
|
MOZ_EXTENSIONS= default,cookie,permissions
|
|
OPTIONS= # Empty, used for generic gecko OPTIONS
|
|
USE_GECKO_OPTIONS= java debug logging optimized_cflags
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/mozilla/Makefile.common"
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= does not build
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|