1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/xpi-sameplace/Makefile
Andrew Pantyukhin 18dfb9aa85 Add port www/xpi-sameplace:
SamePlace is a set of extensions for Firefox, Flock and Thunderbird to
keep in touch, chat, play and interact with your contacts without
leaving your browser or mail client.

WWW: http://dev.hyperstruct.net/xmpp4moz/wiki/LocalApplicationSamePlaceSuite
2007-04-02 20:52:56 +00:00

26 lines
714 B
Makefile

# New ports collection makefile for: xpi-sameplace
# Date created: 3 April 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sameplace
PORTVERSION= 0.6.0.2007040122
DISTVERSIONSUFFIX= -fx+tb+fl
CATEGORIES= www
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Jabber client
RUN_DEPENDS= xpi-xmpp4moz>=0.4.2.2007040121:${PORTSDIR}/www/xpi-xmpp4moz
XPI_NUM= 3633
XPI_ID= sameplace@hyperstruct.net
XPI_FILES= chrome/sameplace.jar chrome.manifest components/CommandLine.js\
components/ProtocolHandler.js defaults/preferences/sameplace.js install.rdf
XPI_DIRS= chrome components defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>