freebsd-ports/www/xpi-close-all-tabs/Makefile
Andrew Pantyukhin 7cb7080442 Add port www/xpi-close-all-tabs:
A toolbar button to close all open tabs.

Author: J. Greg Allen
WWW: http://www.jgadesign.net/SoftwarePages/CloseAllTabs.aspx

PR:		ports/122881
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2008-04-18 07:32:35 +00:00

23 lines
552 B
Makefile

# New ports collection makefile for: xpi-close-all-tabs
# Date created: 18 April 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= close-all-tabs
PORTVERSION= 1.1
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= ports@logvinov.com
COMMENT= A toolbar button to close all open tabs
XPI_DISTNAME= close_all_tabs
XPI_ID= closealltabs@jgadesign.net
XPI_NUM= 2914
XPI_FILES= chrome/closealltabs.jar chrome.manifest install.rdf
XPI_DIRS= chrome
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>