freebsd-ports/www/xpi-firefox-showcase/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

20 lines
609 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= firefox-showcase
PORTVERSION= 0.9.5.6
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= ports@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>