pkgsrc/www/mozilla/buildlink2.mk
taya fe5ad8ebc0 Update mozilla to 1.3.1.
And change PREFIX from /usr/X11R6 to /usr/pkg.

what's new from release notes
* Mozilla Mail has junk-mail classification. With some initial
"training" the client can identify and segregate spam messages from
good messages. To see more about Mozilla's junk-mail classification,
visit the Mozilla Spam Filtering page.

* Newsgroup filters have been implemented.

* An initial implementation of rich text editing controls has landed
in Mozilla for 1.3.1. See the rich text editing page for more
information.

* Image auto sizing allows a user to toggle between full-sized images
and images sized to fit the browser window. To give it a try, load a
large image into the browser window or size the window to be much
smaller. Now clicking on the image will alternate between auto-sized
and full-sized. The feature can be disabled (or enabled) from the
Appearance panel in Preferences.

* Users can now "dynamically" switch profiles. To give it a try, from
the tools menu select "Switch Profile..."

* Find as you type, formerly known as type ahead find, has a new
preferences panel (Advanced: Keyboard Navigation).

* When installed, Chatzilla now has a normal Mozilla preferences panel.

* Mozilla 1.3.1 also includes fixes for performance, standards
compliance and site compatibility.

* Mozilla has a new splash screen. We already know. Please don't
report this to Bugzilla. Thanks.
2003-05-22 23:41:48 +00:00

31 lines
923 B
Makefile

# $NetBSD: buildlink2.mk,v 1.8 2003/05/22 23:41:48 taya Exp $
#
.if !defined(MOZILLA_BUILDLINK2_MK)
MOZILLA_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= mozilla
BUILDLINK_DEPENDS.mozilla?= mozilla>=1.3nb1
BUILDLINK_PKGSRCDIR.mozilla?= ../../www/mozilla
EVAL_PREFIX+= BUILDLINK_PREFIX.mozilla=mozilla
BUILDLINK_PREFIX.mozilla_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.mozilla+= include/mozilla/*.h
BUILDLINK_FILES.mozilla+= include/mozilla/*/*.h
BUILDLINK_FILES.mozilla+= include/mozilla/*/*/*.h
BUILDLINK_FILES.mozilla+= lib/mozilla/lib*.*
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../net/ORBit/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
BUILDLINK_TARGETS+= mozilla-buildlink
mozilla-buildlink: _BUILDLINK_USE
.endif # MOZILLA_BUILDLINK2_MK