3ec0b37f46
WoozTalk is a new innovative and free Internet service that let you see and chat with anyone else visiting the same website. As soon as you install WoozTalk, when you visit one of your favorite websites, you will see others net surfers currently connected and you will be able to chat with them! This plugin allows to use WoozTalk with Firefox. It will be installed by the port net-im/wooztalk WWW: http://www.wooztalk.com PR: ports/125885 Submitted by: David <tech@wooztalk.com>
28 lines
939 B
Makefile
28 lines
939 B
Makefile
# New ports collection makefile for: xpi-wooztalk
|
|
# Date created: 2008-06-13
|
|
# Whom: David <tech@wooztalk.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= firefoxonwooztalk
|
|
PORTVERSION= 1.1.22
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.wooztalk.com/common/download/firefox/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= tech@wooztalk.com
|
|
COMMENT= Meet your World Wide Web neighbors with Firefox
|
|
|
|
XPI_ID= firefoxonwooztalk@kurioos-itech.com
|
|
XPI_FILES= chrome.manifest install.rdf \
|
|
content/contents.rdf content/firefoxOverlay.xul content/overlay.js \
|
|
locale/en-US/contents.rdf locale/en-US/firefoxonwooztalk.dtd \
|
|
locale/en-US/firefoxonwooztalk.properties locale/fr-FR/contents.rdf \
|
|
locale/fr-FR/firefoxonwooztalk.dtd \
|
|
locale/fr-FR/firefoxonwooztalk.properties skin/disabled.ico \
|
|
skin/enabled.ico skin/overlay.css skin/wooztalk.ico
|
|
XPI_DIRS= content locale/en-US locale/fr-FR locale skin
|
|
|
|
.include "../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|