mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
25 lines
759 B
Makefile
25 lines
759 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>
|