diff options
author | tnn <tnn@pkgsrc.org> | 2008-06-28 10:01:06 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-06-28 10:01:06 +0000 |
commit | 434d590a4808df98d6d04fe3f3a0d06c6f15193e (patch) | |
tree | 0cd68d93adf27d2d395169bc123e6e04b84b39e1 /www/firefox3/files/firefox3-js.pc | |
parent | 6179ea57a8af671170da53fa06d77a62827b7da8 (diff) | |
download | pkgsrc-434d590a4808df98d6d04fe3f3a0d06c6f15193e.tar.gz |
Import firefox3-3.0 as www/firefox3.
This is a new major release of the popular Firefox browser from Mozilla.
Based on Gecko 1.9, it brings improvements in the areas of performance,
stability, rendering correctness, security, usability and more.
Release notes: http://www.mozilla.com/en-US/firefox/3.0/releasenotes/
Diffstat (limited to 'www/firefox3/files/firefox3-js.pc')
-rw-r--r-- | www/firefox3/files/firefox3-js.pc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/firefox3/files/firefox3-js.pc b/www/firefox3/files/firefox3-js.pc new file mode 100644 index 00000000000..cafe7cdd9fd --- /dev/null +++ b/www/firefox3/files/firefox3-js.pc @@ -0,0 +1,11 @@ +prefix=@PREFIX@ +exec_prefix=@PREFIX@ +libdir=@PREFIX@/lib/firefox +includedir=@PREFIX@/include/firefox + +Name: JavaScript +Description: The Mozilla JavaScript Library +Version: 3.0 +Requires: firefox-nspr >= 4.6.8 +Libs: -Wl,-R${libdir} -L${libdir} -lmozjs +Cflags: -I${includedir}/js -DXP_UNIX -DJS_THREADSAFE |