diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/libxul/Makefile | 27 | ||||
-rw-r--r-- | www/libxul/pkg-descr | 6 | ||||
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 6 | ||||
-rw-r--r-- | www/xulrunner/Makefile | 27 | ||||
-rw-r--r-- | www/xulrunner/pkg-descr | 6 |
5 files changed, 3 insertions, 69 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile deleted file mode 100644 index 1bc0a6028..000000000 --- a/www/libxul/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: xulrunner -# Date created: 28 Nov 2005 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= xulrunner - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The open source, standards compliant gecko engine - -MOZ_EXTENSIONS= default -MOZ_OPTIONS= --enable-application=xulrunner -MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=xulrunner -MOZ_PIS_SCRIPTS= # Empty - -OPTIONS= # Empty - -USE_GECKO= firefox seamonkey - -GECKO_SLAVEPORT= ${TRUE} -MASTERDIR= ${.CURDIR}/../../${${GECKO}_PORTSDIR}/${GECKO} - -.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" -.include "${MASTERDIR}/Makefile" diff --git a/www/libxul/pkg-descr b/www/libxul/pkg-descr deleted file mode 100644 index 900497a22..000000000 --- a/www/libxul/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is the current release of the Seamonkey open source gecko engine. It -should be fully compliant with all W3C standards, including HTML, CSS, XML, -XSL, JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java -with the use of the FreeBSD native Java plug-in. - -WWW: http://www.mozilla.org/projects/seamonkey/ diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index 4a0178cf5..310bb92f5 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -2,7 +2,7 @@ # ex:ts=4 # # $FreeBSD$ -# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.5 2005/11/27 22:55:18 ahze Exp $ +# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.6 2005/11/28 07:45:15 ahze Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -37,9 +37,9 @@ Mozilla_Pre_Include= bsd.mozilla.mk # WITH_GECKO= mozilla firefox seamonkey # -_GECKO_ALL= firefox mozilla nvu seamonkey sunbird thunderbird xulrunner +_GECKO_ALL= firefox mozilla nvu seamonkey sunbird thunderbird -_NEW_GCC_GECKO= firefox seamonkey sunbird xulrunner +_NEW_GCC_GECKO= firefox seamonkey sunbird sunbird_PORTSDIR= deskutils diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile deleted file mode 100644 index 1bc0a6028..000000000 --- a/www/xulrunner/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: xulrunner -# Date created: 28 Nov 2005 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= xulrunner - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The open source, standards compliant gecko engine - -MOZ_EXTENSIONS= default -MOZ_OPTIONS= --enable-application=xulrunner -MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=xulrunner -MOZ_PIS_SCRIPTS= # Empty - -OPTIONS= # Empty - -USE_GECKO= firefox seamonkey - -GECKO_SLAVEPORT= ${TRUE} -MASTERDIR= ${.CURDIR}/../../${${GECKO}_PORTSDIR}/${GECKO} - -.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" -.include "${MASTERDIR}/Makefile" diff --git a/www/xulrunner/pkg-descr b/www/xulrunner/pkg-descr deleted file mode 100644 index 900497a22..000000000 --- a/www/xulrunner/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is the current release of the Seamonkey open source gecko engine. It -should be fully compliant with all W3C standards, including HTML, CSS, XML, -XSL, JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java -with the use of the FreeBSD native Java plug-in. - -WWW: http://www.mozilla.org/projects/seamonkey/ |