summaryrefslogtreecommitdiff
path: root/www/firefox3/files/firefox3-xpcom.pc
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox3/files/firefox3-xpcom.pc')
-rw-r--r--www/firefox3/files/firefox3-xpcom.pc12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/firefox3/files/firefox3-xpcom.pc b/www/firefox3/files/firefox3-xpcom.pc
new file mode 100644
index 00000000000..b9b8558cab1
--- /dev/null
+++ b/www/firefox3/files/firefox3-xpcom.pc
@@ -0,0 +1,12 @@
+prefix=@PREFIX@
+exec_prefix=@PREFIX@
+libdir=@PREFIX@/lib/firefox
+includedir=@PREFIX@/include/firefox
+idldir=@PREFIX@/share/idl/firefox
+
+Name: XPCOM
+Description: The Mozilla Cross Platform Component Library
+Version: 3.0
+Requires: firefox-nspr >= 4.6.8
+Libs: -Wl,-R${libdir} -L${libdir} -lxpcom
+Cflags: -I${includedir}