summaryrefslogtreecommitdiffstats
path: root/www/xulrunner/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-23 19:42:44 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-23 19:42:44 +0800
commit256c92e7ebe63fdf79536c9ac0138f775cd50650 (patch)
tree068bc19b04fcea344d7de4f96618588391924817 /www/xulrunner/Makefile
parent2c95d4d0e4521292cf566c222aff97edffd0a944 (diff)
downloadmarcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar
marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar.gz
marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar.bz2
marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar.lz
marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar.xz
marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.tar.zst
marcuscom-ports-256c92e7ebe63fdf79536c9ac0138f775cd50650.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 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5721 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/xulrunner/Makefile')
-rw-r--r--www/xulrunner/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile
new file mode 100644
index 000000000..84a9058e0
--- /dev/null
+++ b/www/xulrunner/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: xulrunner
+# Date created: 2006-02-20
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xulrunner
+PORTVERSION= 1.8.0.1
+CATEGORIES= www devel
+MASTER_SITES= ${MASTER_SITE_MOZILLA}
+MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-source
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps
+
+USE_X_PREFIX= yes
+WANT_GNOME= yes
+ALL_TARGET= default
+HAS_CONFIGURE= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GCC= 3.4+
+
+PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig
+MOZ_OPTIONS= --disable-javaxpcom
+
+OPTIONS= # Empty, used for generic gecko OPTIONS
+
+.include <bsd.port.pre.mk>
+.include "${.CURDIR}/../../www/mozilla/Makefile.common"
+.include <bsd.port.post.mk>