freebsd-ports/www/xpi-colorfultabs/Makefile

24 lines
614 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
2007-05-01 02:50:35 +02:00
PORTVERSION= 2.0.2
2007-03-30 10:11:23 +02:00
DISTVERSIONSUFFIX= -firefox
CATEGORIES= www
MAINTAINER= infofarmer@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
2006-11-29 16:06:42 +01:00
XPI_FILES= chrome/clrtabs.jar 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>