aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-colorfultabs/Makefile
blob: c08a82472c224e34605ceae1b7c4de0ce78b9165 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	xpi-colorfultabs
# Date created:		29 March 2006
# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	colorfultabs
PORTVERSION=	2.0.10
DISTVERSIONSUFFIX=	-fx
PORTEPOCH=	1
CATEGORIES=	www

MAINTAINER=	infofarmer@FreeBSD.org
COMMENT=	Colors every tab in a different color

XPI_ID=		{0545b830-f0aa-4d7e-8820-50a4629a56fe}
XPI_NUM=	1368
XPI_FILES=	chrome/clrtabs.jar chrome/todo.txt chrome.manifest \
		defaults/preferences/defaults.js install.js install.rdf
XPI_DIRS=	chrome defaults/preferences defaults

.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>