freebsd-ports/www/xpi-firefoxonwooztalk/Makefile
Martin Wilke fdb75d9486 - Update to 1.1.24
PR:		127798
Submitted by:	David <tech@wooztalk.com> (maintainer)
2008-10-05 10:10:59 +00:00

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.24
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>