summaryrefslogtreecommitdiffstats
path: root/www/libxul/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-28 14:37:20 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-02-28 14:37:20 +0800
commit2cf2887a3e734b89e5235d76c1d6f38a799df954 (patch)
treeda0f571e84ee755e80d1969251cf7310e384b8c4 /www/libxul/Makefile
parent02d3d9e75036ab89c2d6d57a19ac5183f1948858 (diff)
downloadmarcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.tar
marcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.tar.gz
marcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.tar.bz2
marcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.tar.lz
marcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.tar.xz
marcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.tar.zst
marcuscom-ports-2cf2887a3e734b89e5235d76c1d6f38a799df954.zip
These gecko ports have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10577 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libxul/Makefile')
-rw-r--r--www/libxul/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
deleted file mode 100644
index 235caf1a4..000000000
--- a/www/libxul/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: xulrunner
-# Date created: 2006-02-20
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-PORTNAME= xulrunner
-PORTVERSION= 1.8.0.4
-PORTREVISION?= 9
-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
-WANT_PERL= 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?= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
- --disable-javaxpcom --enable-canvas \
- --enable-system-cairo
-MOZ_EXTENSIONS= default,cookie,permissions
-OPTIONS= # Empty, used for generic gecko OPTIONS
-USE_GECKO_OPTIONS= java debug logging optimized_cflags
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/mozilla/Makefile.common"
-.include <bsd.port.post.mk>