9372577180
Firefox 4 is based on the Gecko 2.0 Web platform. This release features JavaScript execution speeds up to six times faster than the previous version, new capabilities for Web Developers and Add-on Developers such as hardware accelerated graphics and HTML5 technologies, and a completely revised user interface.
19 lines
539 B
Makefile
19 lines
539 B
Makefile
# $NetBSD: buildlink3.mk,v 1.13 2011/04/26 14:16:36 tnn Exp $
|
|
|
|
BUILDLINK_TREE+= xulrunner
|
|
|
|
.if !defined(XULRUNNER_BUILDLINK3_MK)
|
|
XULRUNNER_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=2.0
|
|
BUILDLINK_PKGSRCDIR.xulrunner?= ../../devel/xulrunner
|
|
|
|
pkgbase := xulrunner
|
|
.include "../../mk/pkg-build-options.mk"
|
|
.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome)
|
|
. include "../../devel/libgnomeui/buildlink3.mk"
|
|
. include "../../sysutils/gnome-vfs/buildlink3.mk"
|
|
.endif
|
|
.endif # XULRUNNER_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -xulrunner
|