freebsd-ports/www/xpi-colorfultabs/Makefile

25 lines
633 B
Makefile
Raw Normal View History

# New ports collection makefile for: xpi-colorfultabs
# Date created: 29 March 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= colorfultabs
2008-09-07 09:19:26 +02:00
PORTVERSION= 3.3
2007-07-05 13:14:02 +02:00
DISTVERSIONSUFFIX= -fx
2008-04-08 11:04:07 +02:00
PORTEPOCH= 1
CATEGORIES= www
2008-09-07 08:27:28 +02:00
MAINTAINER= chinsan@FreeBSD.org
2006-11-29 16:06:42 +01:00
COMMENT= Colors every tab in a different color
XPI_ID= {0545b830-f0aa-4d7e-8820-50a4629a56fe}
2007-03-30 10:11:23 +02:00
XPI_NUM= 1368
2007-07-05 13:14:02 +02:00
XPI_FILES= chrome/clrtabs.jar chrome/todo.txt chrome.manifest \
defaults/preferences/defaults.js install.js install.rdf
2006-11-29 16:06:42 +01:00
XPI_DIRS= chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>