pkgsrc-wip/seamonkey-bin/Makefile.NetBSD.i386
Geert Hendrickx 215ea186c3 Import seamonkey-gtk1 1.1beta, a preview release of the next stable version
of Seamonkey.  The latest stable release is in pkgsrc/www/seamonkey-gtk1.

New Features and Fixes

General

* ChatZilla has been updated to a newer version
* When launching SeaMonkey, already-running instances are detected

Browser

* A warning page is now shown before displaying about:config
* When you visit a secure site, the URL bar changes color to turns make
  security status more visible
* When using keyword URLs, it is no longer necessary to type "keyword:" (typing
  "keyword:" will no longer work). Just type the keyword name
* You can now drop URLs and bookmarks between existing tabs, which will result
  in a new tab being created where you dropped the URL
* When hovering on a tab, the tooltip now displays a preview of the tab's
  contents
* The search sidebar now behaves better
* The bookmarks menu and personal toolbar folder overflow menu now have context
  menus

Mail & Newsgroups

* Message labelling has been superceded by tagging, which provides much more
  than the original 5 labels and comes with new preferences
* The preferences for junk mail have been modified to accomodate behavior
  changes
* Improved phishing detection
* New mail notification has been improved
2006-11-22 12:53:15 +00:00

11 lines
358 B
Makefile

# $NetBSD: Makefile.NetBSD.i386,v 1.3 2006/11/22 12:53:15 ghen Exp $
BUILD_DEFS+= MOZILLA_USE_LINUX
.if defined(MOZILLA_USE_LINUX)
ONLY_FOR_PLATFORM+= NetBSD-*-i386
. include "Makefile.Linux.i386"
.else
PKG_SKIP_REASON+= "No native pre-built NetBSD binary available."
PKG_SKIP_REASON+= "Set MOZILLA_USE_LINUX if you want to use the Linux binary."
.endif