diff options
author | ahze <ahze@FreeBSD.org> | 2006-03-15 19:35:32 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-03-15 19:35:32 +0800 |
commit | d562fc632fd8e0b3c254094e00308e27fe047e9a (patch) | |
tree | 1bee45b665d4f6ca51216abff5b28734d3502086 /www/Makefile | |
parent | 21724006129b86342d0a502d04a7f02c0015bd5e (diff) | |
download | freebsd-ports-gnome-d562fc632fd8e0b3c254094e00308e27fe047e9a.tar.gz freebsd-ports-gnome-d562fc632fd8e0b3c254094e00308e27fe047e9a.tar.zst freebsd-ports-gnome-d562fc632fd8e0b3c254094e00308e27fe047e9a.zip |
- Add xulrunner
Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications
that are as rich as Firefox and Thunderbird. It will provide mechanisms for
installing, upgrading, and uninstalling these applications. XULRunner will
also provide libxul, a solution which allows the embedding of Mozilla
technologies in other projects and products.
WWW: http://developer.mozilla.org/en/docs/XULRunner
Most patches obtained from: www/seamonkey
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 07881d729fc5..ee6d55b5cd6b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -960,6 +960,7 @@ SUBDIR += xitami SUBDIR += xpath2rss SUBDIR += xshttpd + SUBDIR += xulrunner SUBDIR += yabb SUBDIR += yaws SUBDIR += zerowait-httpd |