summaryrefslogtreecommitdiffstats
path: root/www/libxul/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 23:11:14 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-18 23:11:14 +0800
commit6bb3b34a6ff357fd7f956d584ae142892f0b6733 (patch)
treee9bc22bb10c38c555e837bb0dba2c3c9e0b581d1 /www/libxul/Makefile
parent7200276d2c20191b14346a12ec44c94d39bb8a17 (diff)
downloadmarcuscom-ports-6bb3b34a6ff357fd7f956d584ae142892f0b6733.tar
marcuscom-ports-6bb3b34a6ff357fd7f956d584ae142892f0b6733.tar.gz
marcuscom-ports-6bb3b34a6ff357fd7f956d584ae142892f0b6733.tar.bz2
marcuscom-ports-6bb3b34a6ff357fd7f956d584ae142892f0b6733.tar.lz
marcuscom-ports-6bb3b34a6ff357fd7f956d584ae142892f0b6733.tar.xz
marcuscom-ports-6bb3b34a6ff357fd7f956d584ae142892f0b6733.tar.zst
marcuscom-ports-6bb3b34a6ff357fd7f956d584ae142892f0b6733.zip
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6637 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libxul/Makefile')
-rw-r--r--www/libxul/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
new file mode 100644
index 000000000..bdfbf0733
--- /dev/null
+++ b/www/libxul/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: xulrunner
+# Date created: 2006-02-20
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/www/xulrunner/Makefile,v 1.6 2006/02/26 16:58:29 ahze Exp $
+
+PORTNAME= xulrunner
+PORTVERSION= 1.8.0.4
+PORTREVISION?= 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
+
+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
+MOZ_EXTENSIONS= default,cookie,permissions
+OPTIONS= # Empty, used for generic gecko OPTIONS
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/mozilla/Makefile.common"
+
+.if ${OSVERSION} < 500000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>