diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-14 19:16:17 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-14 19:16:17 +0000 |
commit | ee0b82ad4e8ef3ed135616edab4df387619130cd (patch) | |
tree | 90433f9dc44bf901c89881ea987fe1d98969e3eb /www/xpi-adblock | |
parent | ed175a502c94dbecbec7dbdfcf10a4266b938716 (diff) | |
download | ports-ee0b82ad4e8ef3ed135616edab4df387619130cd.tar.gz ports-ee0b82ad4e8ef3ed135616edab4df387619130cd.zip |
Add support for linux-netscape-messenger/navigator into
XPI and NPAPI infrastructures.
Notes
Notes:
svn path=/head/; revision=203623
Diffstat (limited to 'www/xpi-adblock')
-rw-r--r-- | www/xpi-adblock/Makefile.xpi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/xpi-adblock/Makefile.xpi b/www/xpi-adblock/Makefile.xpi index 03b48e5dbdf2..4144c553bbae 100644 --- a/www/xpi-adblock/Makefile.xpi +++ b/www/xpi-adblock/Makefile.xpi @@ -84,12 +84,14 @@ USE_ZIP= yes EXTRACT_AFTER_ARGS= -d ${WRKSRC} XPI_DISTNAME?= ${PORTNAME} -XPI_APPS_ALL_WC= *firefox* *thunderbird* *flock* *sunbird* +XPI_APPS_ALL_WC= *firefox* *thunderbird* *flock* *sunbird* \ + *netscape-navigator* *netscape-messenger* # *nvu* XPI_APPS_ALL= firefox firefox-devel linux-firefox linux-firefox-devel \ thunderbird linux-thunderbird flock linux-flock \ + linux-netscape-navigator linux-netscape-messenger \ sunbird linux-sunbird -# nvu linux-nvu +# nvu linux-nvu kompozer linux-kompozer # Other apps: mango # === Let's process WITH_XPI into WITH_XPI_APPS |