Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2009 12:06:56 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r195 - branches/experimental/www/xpi-adblock
Message-ID:  <200912121206.nBCC6uSm050299@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Sat Dec 12 12:06:55 2009
New Revision: 195

Log:
- Add seamonkey and thunderbird3 to xpi-adblock/Makefile.xpi
- Remove obsolete ports from xpi-adblock/Makefile.xpi

Modified:
   branches/experimental/www/xpi-adblock/Makefile.xpi

Modified: branches/experimental/www/xpi-adblock/Makefile.xpi
==============================================================================
--- branches/experimental/www/xpi-adblock/Makefile.xpi	Sat Dec 12 12:00:27 2009	(r194)
+++ branches/experimental/www/xpi-adblock/Makefile.xpi	Sat Dec 12 12:06:55 2009	(r195)
@@ -57,8 +57,9 @@
 # Gecko 1.8 xpi engine tries to detect various compatibility issues all by itself.
 # Thus, xpi's are installed into ${LOCALBASE}/lib/xpi/${XPI_ID} by default and
 # links are made to all apps which have the engine (firefox, thunderbird, sunbird
-# and flock at the moment). relink and relink-all targets can be invoked to refarm
-# the links of a single extensions or all installed extensions accordingly.
+# thunderbird3, seamonkey and flock at the moment). relink and relink-all targets
+# can be invoked to refarm the links of a single extensions or all installed
+# extensions accordingly.
 #
 # In case an xpi does not have chrome.manifest, it should be generated manually by
 # a maintainer and placed in files, where it will be noticed. 
@@ -84,15 +85,12 @@
 EXTRACT_AFTER_ARGS=	-d ${WRKSRC}
 
 XPI_DISTNAME?=	${PORTNAME}
-XPI_APPS_ALL_WC=	*firefox* *thunderbird* *flock* *sunbird* \
-					*netscape-navigator* *netscape-messenger*
-# *nvu*
-XPI_APPS_ALL=	firefox firefox-devel firefox3 firefox35\
-		linux-firefox linux-firefox-devel flock linux-flock \
-		thunderbird linux-thunderbird \
-		linux-netscape-navigator linux-netscape-messenger \
-		sunbird linux-sunbird
-# nvu linux-nvu kompozer linux-kompozer
+XPI_APPS_ALL_WC=	*firefox* *thunderbird* *flock* *sunbird*
+
+XPI_APPS_ALL=	firefox firefox3 firefox35 linux-firefox linux-firefox-devel \
+		flock linux-flock thunderbird thunderbird3 linux-thunderbird \
+		seamonkey sunbird linux-sunbird
+# kompozer linux-kompozer
 # Other apps: mango
 
 # === Let's process WITH_XPI into WITH_XPI_APPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912121206.nBCC6uSm050299>