1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/xpi-twitterfox/Makefile
Jimmy Olgeni 96a38c7c3a Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
2014-08-06 09:11:57 +00:00

25 lines
758 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= twitterfox
PORTVERSION= 1.8.3
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= miwi@FreeBSD.org
COMMENT= twitterFox firefox plugin
XPI_NUM= 5081
XPI_ID= twitternotifier@naan.net
XPI_FILES= LICENSE.rtf chrome/TwitterFox.jar chrome.manifest \
components/nsITwitterFox.xpt components/nsITwitterFoxDatabase.xpt \
components/nsITwitterFoxHttpRequest.xpt components/nsTwitterFox.js \
components/nsTwitterFoxDatabase.js \
components/nsTwitterFoxHttpRequest.js \
defaults/preferences/twitternotifier.js \
defaults/twitterfox_1.8.sqlite install.rdf
XPI_DIRS= chrome components defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>