diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-29 02:07:33 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-29 02:07:33 +0800 |
commit | fe85c104a0a30d9d8ebf55ab234d9acf9eeab185 (patch) | |
tree | adbbeb08f6e08deaeaf2d7743abeb476408a2201 /www/libxul | |
parent | 465c65419b65625fc7020991fe9ec50ebf737939 (diff) | |
download | marcuscom-ports-fe85c104a0a30d9d8ebf55ab234d9acf9eeab185.tar marcuscom-ports-fe85c104a0a30d9d8ebf55ab234d9acf9eeab185.tar.gz marcuscom-ports-fe85c104a0a30d9d8ebf55ab234d9acf9eeab185.tar.bz2 marcuscom-ports-fe85c104a0a30d9d8ebf55ab234d9acf9eeab185.tar.lz marcuscom-ports-fe85c104a0a30d9d8ebf55ab234d9acf9eeab185.tar.xz marcuscom-ports-fe85c104a0a30d9d8ebf55ab234d9acf9eeab185.tar.zst marcuscom-ports-fe85c104a0a30d9d8ebf55ab234d9acf9eeab185.zip |
- Back out of xulrunner port, portupgrade would not like that PORTVERSION
is different per WITH_GECKO, it only saves about 10min per build. And
firefox xulrunner doesn't work like it should anyway.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5235 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libxul')
-rw-r--r-- | www/libxul/Makefile | 27 | ||||
-rw-r--r-- | www/libxul/pkg-descr | 6 |
2 files changed, 0 insertions, 33 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/ |