mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
96a38c7c3a
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)
25 lines
758 B
Makefile
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>
|