freebsd-ports/www/xpi-colorfultabs/Makefile
Thierry Thomas 3657a1eeec The most beautiful yet the simplest add-on that makes a
strong colorful appeal. Colors every tab in a different
color and makes them easy to distinguish while beautifying
the overall appearance of the interface. An essential.

WWW: https://addons.mozilla.org/extensions/moreinfo.php?id=1368

PR:		ports/95076
Submitted by:	Andrew Pantyukhin <infofarmer (at) gmail.com>
2006-04-16 16:24:57 +00:00

21 lines
533 B
Makefile

# New ports collection makefile for: xpi-colorfultabs
# Date created: 29 March 2006
# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
#
# $FreeBSD$
#
PORTNAME= colorful_tabs
PORTVERSION= 1.1
DISTVERSIONSUFFIX= -fx+mz
CATEGORIES= www
MAINTAINER= infofarmer@gmail.com
COMMENT= An extension that colors every tab in a different color
XPI_ID= {0545b830-f0aa-4d7e-8820-50a4629a56fe}
XPI_FILES= chrome/clrtabs.jar chrome.manifest install.js install.rdf
XPI_DIRS= chrome
.include "../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>