freebsd-ports/www/xpi-firefox-showcase/Makefile
Martin Wilke 617581c2eb - Remove DEPRECATED
- Take over maintainership

Approved by:	chinsan (old maintainer)
2009-01-03 13:12:17 +00:00

24 lines
693 B
Makefile

# New ports collection makefile for: xpi-firefox-showcase
# Date created: 21 May 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= firefox-showcase
PORTVERSION= 0.9.5
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>