summaryrefslogtreecommitdiffstats
path: root/www/xulrunner/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-15 19:42:41 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-15 19:42:41 +0800
commit3cb616fa53256541a93a4497a0d98dfd64650ffb (patch)
tree93116294c6e1c74f99b5ba782ca194c725b58052 /www/xulrunner/Makefile
parent37ada2d48a6193db69ae4768d7fc21f11067a1de (diff)
downloadmarcuscom-ports-3cb616fa53256541a93a4497a0d98dfd64650ffb.tar
marcuscom-ports-3cb616fa53256541a93a4497a0d98dfd64650ffb.tar.gz
marcuscom-ports-3cb616fa53256541a93a4497a0d98dfd64650ffb.tar.bz2
marcuscom-ports-3cb616fa53256541a93a4497a0d98dfd64650ffb.tar.lz
marcuscom-ports-3cb616fa53256541a93a4497a0d98dfd64650ffb.tar.xz
marcuscom-ports-3cb616fa53256541a93a4497a0d98dfd64650ffb.tar.zst
marcuscom-ports-3cb616fa53256541a93a4497a0d98dfd64650ffb.zip
- Remove, now in ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5955 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/xulrunner/Makefile')
-rw-r--r--www/xulrunner/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile
deleted file mode 100644
index e5767e957..000000000
--- a/www/xulrunner/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.5 2006/02/23 16:12:15 ahze Exp $
-
-PORTNAME= xulrunner
-PORTVERSION= 1.8.0.1
-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
-
-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
-MOZ_EXTENSIONS= default,cookie,permissions
-OPTIONS= # Empty, used for generic gecko OPTIONS
-
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../www/mozilla/Makefile.common"
-.include <bsd.port.post.mk>