1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/xpi-firefox-showcase/Makefile
2014-01-26 15:08:55 +00:00

21 lines
608 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= firefox-showcase
PORTVERSION= 0.9.5.6
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= miwi@FreeBSD.org
COMMENT= Easily locate and select any open browser window
XPI_DISTNAME= firefox_showcase
XPI_NUM= 1810
XPI_ID= {89506680-e3f4-484c-a2c0-ed711d481eda}
XPI_FILES= chrome/showcase.jar components/showcase-clhandler.js defaults/preferences/showcase.js \
install.rdf chrome.manifest LICENSE
XPI_DIRS= chrome components defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>