freebsd-ports/www/xpi-sameplace/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

21 lines
605 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= sameplace
PORTVERSION= 0.7.9.2007113020
DISTVERSIONSUFFIX= -fx+tb+fl
CATEGORIES= www
MAINTAINER= ports@FreeBSD.org
COMMENT= Jabber client
RUN_DEPENDS= xpi-xmpp4moz>=0.5.2: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>